Html Css Color HEX #D0CD4F Confetti

📋 copy color: '#D0CD4F'

red 208 ◦ green 205 ◦ blue 79

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

Shades of Confetti #D0CD4F

Tints of Confetti #D0CD4F

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 79 (31.25% from 255) = 16.06%

R = 42.28%
G = 41.67%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0CD4F (or 0xD0CD4F) is known color: Confetti. HEX triplet: D0, CD and 4F. RGB value is (208,205,79). Sum of RGB (Red+Green+Blue) = 208+205+79=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD4F is #2F32B0. Grayscale: #C0C0C0. Windows color (decimal): -3093169 or 5230032. OLE color: 5230032.

HSL color Cylindrical-coordinate representation of color #D0CD4F: hue angle of 58.6º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0CD4F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 79 -
CMYK 0 0.01 0.62 0.18
HSL 58.6º 0.58% 0.56% -
HSV(B) 58.6º 0.62% 0.82% -
XYZ 49.26 57.64 15.93 -
YUV 191.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 208 205 79 0 0.01 0.62 0.18 58.6 0.58 0.56
Hex D0 CD 4F 0 1 3E 12 3B 3A 38
Octal 320 315 117 0 1 76 22 73 72 70
Binary 11010000 11001101 1001111 0 1 111110 10010 111011 111010 111000

Color Harmonies of #D0CD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD4F

Black with #D0CD4F

Text Example


Text Example

White with #D0CD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD4F; }

 p { color: rgb(208,205,79); }

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

background-color css

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

 a { background-color: rgb(208,205,79); }

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

border-color css

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

 span { border-color: rgb(208,205,79); }

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