Html Css Color HEX #CDC178 Winter Hazel

📋 copy color: '#CDC178'

red 205 ◦ green 193 ◦ blue 120

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

Shades of Winter Hazel #CDC178

Tints of Winter Hazel #CDC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 39.58%
G = 37.26%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC178 (or 0xCDC178) is known color: Winter Hazel. HEX triplet: CD, C1 and 78. RGB value is (205,193,120). Sum of RGB (Red+Green+Blue) = 205+193+120=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC178 is #323E87. Grayscale: #BCBCBC. Windows color (decimal): -3292808 or 7913933. OLE color: 7913933.

HSL color Cylindrical-coordinate representation of color #CDC178: hue angle of 51.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC178 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 193 120 -
CMYK 0 0.06 0.41 0.20
HSL 51.53º 0.46% 0.64% -
HSV(B) 51.53º 0.41% 0.8% -
XYZ 47.64 52.48 25.39 -
YUV 188.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 205 193 120 0 0.06 0.41 0.20 51.53 0.46 0.64
Hex CD C1 78 0 6 29 14 34 2E 40
Octal 315 301 170 0 6 51 24 64 56 100
Binary 11001101 11000001 1111000 0 110 101001 10100 110100 101110 1000000

Color Harmonies of #CDC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC178

Black with #CDC178

Text Example


Text Example

White with #CDC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC178; }

 p { color: rgb(205,193,120); }

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

background-color css

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

 a { background-color: rgb(205,193,120); }

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

border-color css

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

 span { border-color: rgb(205,193,120); }

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