Html Css Color HEX #CDC779 Winter Hazel

📋 copy color: '#CDC779'

red 205 ◦ green 199 ◦ blue 121

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

Shades of Winter Hazel #CDC779

Tints of Winter Hazel #CDC779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 121 (47.66% from 255) = 23.05%

R = 39.05%
G = 37.9%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDC779 (or 0xCDC779) is known color: Winter Hazel. HEX triplet: CD, C7 and 79. RGB value is (205,199,121). Sum of RGB (Red+Green+Blue) = 205+199+121=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC779 is #323886. Grayscale: #C0C0C0. Windows color (decimal): -3291271 or 7981005. OLE color: 7981005.

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

Color convert

RGB 205 199 121 -
CMYK 0 0.03 0.41 0.20
HSL 55.71º 0.46% 0.64% -
HSV(B) 55.71º 0.41% 0.8% -
XYZ 49.05 55.21 26.16 -
YUV 191.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 205 199 121 0 0.03 0.41 0.20 55.71 0.46 0.64
Hex CD C7 79 0 3 29 14 38 2E 40
Octal 315 307 171 0 3 51 24 70 56 100
Binary 11001101 11000111 1111001 0 11 101001 10100 111000 101110 1000000

Color Harmonies of #CDC779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC779

Black with #CDC779

Text Example


Text Example

White with #CDC779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC779; }

 p { color: rgb(205,199,121); }

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

background-color css

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

 a { background-color: rgb(205,199,121); }

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

border-color css

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

 span { border-color: rgb(205,199,121); }

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