Html Css Color HEX #CDC674 Winter Hazel

📋 copy color: '#CDC674'

red 205 ◦ green 198 ◦ blue 116

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

Shades of Winter Hazel #CDC674

Tints of Winter Hazel #CDC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 39.5%
G = 38.15%
B = 22.35%

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

#CDC674 (or 0xCDC674) is known color: Winter Hazel. HEX triplet: CD, C6 and 74. RGB value is (205,198,116). Sum of RGB (Red+Green+Blue) = 205+198+116=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC674 is #32398B. Grayscale: #BFBFBF. Windows color (decimal): -3291532 or 7653069. OLE color: 7653069.

HSL color Cylindrical-coordinate representation of color #CDC674: hue angle of 55.28º 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 #CDC674 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 116 -
CMYK 0 0.03 0.43 0.20
HSL 55.28º 0.47% 0.63% -
HSV(B) 55.28º 0.43% 0.8% -
XYZ 48.52 54.63 24.51 -
YUV 190.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 205 198 116 0 0.03 0.43 0.20 55.28 0.47 0.63
Hex CD C6 74 0 3 2B 14 37 2F 3F
Octal 315 306 164 0 3 53 24 67 57 77
Binary 11001101 11000110 1110100 0 11 101011 10100 110111 101111 111111

Color Harmonies of #CDC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC674

Black with #CDC674

Text Example


Text Example

White with #CDC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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