Html Css Color HEX #CDC291 Winter Hazel

📋 copy color: '#CDC291'

red 205 ◦ green 194 ◦ blue 145

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

Shades of Winter Hazel #CDC291

Tints of Winter Hazel #CDC291

RGB

 RED value IS 205 (80.47% from 255) = 37.68%

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

 BLUE value IS 145 (57.03% from 255) = 26.65%

R = 37.68%
G = 35.66%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CDC291 (or 0xCDC291) is known color: Winter Hazel. HEX triplet: CD, C2 and 91. RGB value is (205,194,145). Sum of RGB (Red+Green+Blue) = 205+194+145=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC291 is #323D6E. Grayscale: #BFBFBF. Windows color (decimal): -3292527 or 9552589. OLE color: 9552589.

HSL color Cylindrical-coordinate representation of color #CDC291: hue angle of 49º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC291 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 194 145 -
CMYK 0 0.05 0.29 0.20
HSL 49º 0.38% 0.69% -
HSV(B) 49º 0.29% 0.8% -
XYZ 49.58 53.61 34.52 -
YUV 191.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 205 194 145 0 0.05 0.29 0.20 49 0.38 0.69
Hex CD C2 91 0 5 1D 14 31 26 45
Octal 315 302 221 0 5 35 24 61 46 105
Binary 11001101 11000010 10010001 0 101 11101 10100 110001 100110 1000101

Color Harmonies of #CDC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC291

Black with #CDC291

Text Example


Text Example

White with #CDC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC291; }

 p { color: rgb(205,194,145); }

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

background-color css

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

 a { background-color: rgb(205,194,145); }

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

border-color css

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

 span { border-color: rgb(205,194,145); }

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