Html Css Color HEX #CDC278 Winter Hazel

📋 copy color: '#CDC278'

red 205 ◦ green 194 ◦ blue 120

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

Shades of Winter Hazel #CDC278

Tints of Winter Hazel #CDC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

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

R = 39.5%
G = 37.38%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC278 (or 0xCDC278) is known color: Winter Hazel. HEX triplet: CD, C2 and 78. RGB value is (205,194,120). Sum of RGB (Red+Green+Blue) = 205+194+120=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC278 is #323D87. Grayscale: #BDBDBD. Windows color (decimal): -3292552 or 7914189. OLE color: 7914189.

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

Color convert

RGB 205 194 120 -
CMYK 0 0.05 0.41 0.20
HSL 52.24º 0.46% 0.64% -
HSV(B) 52.24º 0.41% 0.8% -
XYZ 47.86 52.92 25.46 -
YUV 188.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 205 194 120 0 0.05 0.41 0.20 52.24 0.46 0.64
Hex CD C2 78 0 5 29 14 34 2E 40
Octal 315 302 170 0 5 51 24 64 56 100
Binary 11001101 11000010 1111000 0 101 101001 10100 110100 101110 1000000

Color Harmonies of #CDC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC278

Black with #CDC278

Text Example


Text Example

White with #CDC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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