Html Css Color HEX #D0D34E Confetti

📋 copy color: '#D0D34E'

red 208 ◦ green 211 ◦ blue 78

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

Shades of Confetti #D0D34E

Tints of Confetti #D0D34E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.45%

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 41.85%
G = 42.45%
B = 15.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D0D34E (or 0xD0D34E) is known color: Confetti. HEX triplet: D0, D3 and 4E. RGB value is (208,211,78). Sum of RGB (Red+Green+Blue) = 208+211+78=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D34E is #2F2CB1. Grayscale: #C3C3C3. Windows color (decimal): -3091634 or 5166032. OLE color: 5166032.

HSL color Cylindrical-coordinate representation of color #D0D34E: hue angle of 61.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0D34E is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 78 -
CMYK 0.01 0 0.63 0.17
HSL 61.35º 0.6% 0.57% -
HSV(B) 61.35º 0.63% 0.83% -
XYZ 50.68 60.55 16.22 -
YUV 194.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 208 211 78 0.01 0 0.63 0.17 61.35 0.6 0.57
Hex D0 D3 4E 1 0 3F 11 3D 3C 39
Octal 320 323 116 1 0 77 21 75 74 71
Binary 11010000 11010011 1001110 1 0 111111 10001 111101 111100 111001

Color Harmonies of #D0D34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D34E

Black with #D0D34E

Text Example


Text Example

White with #D0D34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D34E; }

 p { color: rgb(208,211,78); }

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

background-color css

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

 a { background-color: rgb(208,211,78); }

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

border-color css

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

 span { border-color: rgb(208,211,78); }

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