Html Css Color HEX #D6C24B Confetti

📋 copy color: '#D6C24B'

red 214 ◦ green 194 ◦ blue 75

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

Shades of Confetti #D6C24B

Tints of Confetti #D6C24B

RGB

 RED value IS 214 (83.98% from 255) = 44.31%

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 44.31%
G = 40.17%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C24B (or 0xD6C24B) is known color: Confetti. HEX triplet: D6, C2 and 4B. RGB value is (214,194,75). Sum of RGB (Red+Green+Blue) = 214+194+75=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C24B is #293DB4. Grayscale: #BABABA. Windows color (decimal): -2702773 or 4965078. OLE color: 4965078.

HSL color Cylindrical-coordinate representation of color #D6C24B: hue angle of 51.37º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6C24B is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 75 -
CMYK 0 0.09 0.65 0.16
HSL 51.37º 0.63% 0.57% -
HSV(B) 51.37º 0.65% 0.84% -
XYZ 48.29 53.39 14.42 -
YUV 186.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 214 194 75 0 0.09 0.65 0.16 51.37 0.63 0.57
Hex D6 C2 4B 0 9 41 10 33 3F 39
Octal 326 302 113 0 11 101 20 63 77 71
Binary 11010110 11000010 1001011 0 1001 1000001 10000 110011 111111 111001

Color Harmonies of #D6C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C24B

Black with #D6C24B

Text Example


Text Example

White with #D6C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C24B; }

 p { color: rgb(214,194,75); }

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

background-color css

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

 a { background-color: rgb(214,194,75); }

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

border-color css

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

 span { border-color: rgb(214,194,75); }

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