Html Css Color HEX #D8CF52 Confetti

📋 copy color: '#D8CF52'

red 216 ◦ green 207 ◦ blue 82

#D8CF52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #D8CF52

Tints of Confetti #D8CF52

RGB

 RED value IS 216 (84.77% from 255) = 42.77%

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 42.77%
G = 40.99%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8CF52 (or 0xD8CF52) is known color: Confetti. HEX triplet: D8, CF and 52. RGB value is (216,207,82). Sum of RGB (Red+Green+Blue) = 216+207+82=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF52 is #2730AD. Grayscale: #C3C3C3. Windows color (decimal): -2568366 or 5427160. OLE color: 5427160.

HSL color Cylindrical-coordinate representation of color #D8CF52: hue angle of 55.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8CF52 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 82 -
CMYK 0 0.04 0.62 0.15
HSL 55.97º 0.63% 0.58% -
HSV(B) 55.97º 0.62% 0.85% -
XYZ 52.15 59.83 16.78 -
YUV 195.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 216 207 82 0 0.04 0.62 0.15 55.97 0.63 0.58
Hex D8 CF 52 0 4 3E F 38 3F 3A
Octal 330 317 122 0 4 76 17 70 77 72
Binary 11011000 11001111 1010010 0 100 111110 1111 111000 111111 111010

Color Harmonies of #D8CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF52

Black with #D8CF52

Text Example


Text Example

White with #D8CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF52; }

 p { color: rgb(216,207,82); }

 H1.HeaderClassName
 {
   color: #D8CF52;
 }
 .AnyTagClassName
 {
   color: #D8CF52;
 }
</style>

background-color css

<style>
 a { background-color: #D8CF52; }

 a { background-color: rgb(216,207,82); }

 div.DivClassName
 {
   background-color: #D8CF52;
 }
 .BgClassName
 {
   background-color: #D8CF52;
 }
</style>

border-color css

<style>
 span { border-color: #D8CF52; }

 span { border-color: rgb(216,207,82); }

 td.TdClassName
 {
   border-color: #D8CF52;
 }
 .TagClassName
 {
   border-color: #D8CF52;
 }
</style>