Html Css Color HEX #CDC670 Winter Hazel

📋 copy color: '#CDC670'

red 205 ◦ green 198 ◦ blue 112

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

Shades of Winter Hazel #CDC670

Tints of Winter Hazel #CDC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.45%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 39.81%
G = 38.45%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDC670 (or 0xCDC670) is known color: Winter Hazel. HEX triplet: CD, C6 and 70. RGB value is (205,198,112). Sum of RGB (Red+Green+Blue) = 205+198+112=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC670 is #32398F. Grayscale: #BEBEBE. Windows color (decimal): -3291536 or 7390925. OLE color: 7390925.

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

Color convert

RGB 205 198 112 -
CMYK 0 0.03 0.45 0.20
HSL 55.48º 0.48% 0.62% -
HSV(B) 55.48º 0.45% 0.8% -
XYZ 48.3 54.54 23.31 -
YUV 190.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 205 198 112 0 0.03 0.45 0.20 55.48 0.48 0.62
Hex CD C6 70 0 3 2D 14 37 30 3E
Octal 315 306 160 0 3 55 24 67 60 76
Binary 11001101 11000110 1110000 0 11 101101 10100 110111 110000 111110

Color Harmonies of #CDC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC670

Black with #CDC670

Text Example


Text Example

White with #CDC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC670; }

 p { color: rgb(205,198,112); }

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

background-color css

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

 a { background-color: rgb(205,198,112); }

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

border-color css

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

 span { border-color: rgb(205,198,112); }

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