Html Css Color HEX #CDC675 Winter Hazel

📋 copy color: '#CDC675'

red 205 ◦ green 198 ◦ blue 117

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

Shades of Winter Hazel #CDC675

Tints of Winter Hazel #CDC675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 39.42%
G = 38.08%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDC675 (or 0xCDC675) is known color: Winter Hazel. HEX triplet: CD, C6 and 75. RGB value is (205,198,117). Sum of RGB (Red+Green+Blue) = 205+198+117=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC675 is #32398A. Grayscale: #BFBFBF. Windows color (decimal): -3291531 or 7718605. OLE color: 7718605.

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

Color convert

RGB 205 198 117 -
CMYK 0 0.03 0.43 0.20
HSL 55.23º 0.47% 0.63% -
HSV(B) 55.23º 0.43% 0.8% -
XYZ 48.58 54.65 24.82 -
YUV 190.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 205 198 117 0 0.03 0.43 0.20 55.23 0.47 0.63
Hex CD C6 75 0 3 2B 14 37 2F 3F
Octal 315 306 165 0 3 53 24 67 57 77
Binary 11001101 11000110 1110101 0 11 101011 10100 110111 101111 111111

Color Harmonies of #CDC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC675

Black with #CDC675

Text Example


Text Example

White with #CDC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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