Html Css Color HEX #D9CF52 Confetti

📋 copy color: '#D9CF52'

red 217 ◦ green 207 ◦ blue 82

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

Shades of Confetti #D9CF52

Tints of Confetti #D9CF52

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

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

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

R = 42.89%
G = 40.91%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9CF52 (or 0xD9CF52) is known color: Confetti. HEX triplet: D9, CF and 52. RGB value is (217,207,82). Sum of RGB (Red+Green+Blue) = 217+207+82=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF52 is #2630AD. Grayscale: #C4C4C4. Windows color (decimal): -2502830 or 5427161. OLE color: 5427161.

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

Color convert

RGB 217 207 82 -
CMYK 0 0.05 0.62 0.15
HSL 55.56º 0.64% 0.59% -
HSV(B) 55.56º 0.62% 0.85% -
XYZ 52.45 59.99 16.8 -
YUV 195.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 217 207 82 0 0.05 0.62 0.15 55.56 0.64 0.59
Hex D9 CF 52 0 5 3E F 38 40 3B
Octal 331 317 122 0 5 76 17 70 100 73
Binary 11011001 11001111 1010010 0 101 111110 1111 111000 1000000 111011

Color Harmonies of #D9CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF52

Black with #D9CF52

Text Example


Text Example

White with #D9CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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