Html Css Color HEX #CDC78F Winter Hazel

📋 copy color: '#CDC78F'

red 205 ◦ green 199 ◦ blue 143

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

Shades of Winter Hazel #CDC78F

Tints of Winter Hazel #CDC78F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

 BLUE value IS 143 (56.25% from 255) = 26.14%

R = 37.48%
G = 36.38%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC78F (or 0xCDC78F) is known color: Winter Hazel. HEX triplet: CD, C7 and 8F. RGB value is (205,199,143). Sum of RGB (Red+Green+Blue) = 205+199+143=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78F is #323870. Grayscale: #C2C2C2. Windows color (decimal): -3291249 or 9422797. OLE color: 9422797.

HSL color Cylindrical-coordinate representation of color #CDC78F: hue angle of 54.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC78F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 143 -
CMYK 0 0.03 0.30 0.20
HSL 54.19º 0.38% 0.68% -
HSV(B) 54.19º 0.3% 0.8% -
XYZ 50.56 55.81 34.09 -
YUV 194.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 205 199 143 0 0.03 0.30 0.20 54.19 0.38 0.68
Hex CD C7 8F 0 3 1E 14 36 26 44
Octal 315 307 217 0 3 36 24 66 46 104
Binary 11001101 11000111 10001111 0 11 11110 10100 110110 100110 1000100

Color Harmonies of #CDC78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC78F

Black with #CDC78F

Text Example


Text Example

White with #CDC78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC78F; }

 p { color: rgb(205,199,143); }

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

background-color css

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

 a { background-color: rgb(205,199,143); }

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

border-color css

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

 span { border-color: rgb(205,199,143); }

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