Html Css Color HEX #CDC78D Winter Hazel

📋 copy color: '#CDC78D'

red 205 ◦ green 199 ◦ blue 141

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

Shades of Winter Hazel #CDC78D

Tints of Winter Hazel #CDC78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 37.61%
G = 36.51%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC78D (or 0xCDC78D) is known color: Winter Hazel. HEX triplet: CD, C7 and 8D. RGB value is (205,199,141). Sum of RGB (Red+Green+Blue) = 205+199+141=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78D is #323872. Grayscale: #C2C2C2. Windows color (decimal): -3291251 or 9291725. OLE color: 9291725.

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

Color convert

RGB 205 199 141 -
CMYK 0 0.03 0.31 0.20
HSL 54.38º 0.39% 0.68% -
HSV(B) 54.38º 0.31% 0.8% -
XYZ 50.41 55.75 33.3 -
YUV 194.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 205 199 141 0 0.03 0.31 0.20 54.38 0.39 0.68
Hex CD C7 8D 0 3 1F 14 36 27 44
Octal 315 307 215 0 3 37 24 66 47 104
Binary 11001101 11000111 10001101 0 11 11111 10100 110110 100111 1000100

Color Harmonies of #CDC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC78D

Black with #CDC78D

Text Example


Text Example

White with #CDC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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