Html Css Color HEX #CDC17F Winter Hazel

📋 copy color: '#CDC17F'

red 205 ◦ green 193 ◦ blue 127

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

Shades of Winter Hazel #CDC17F

Tints of Winter Hazel #CDC17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 39.05%
G = 36.76%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CDC17F (or 0xCDC17F) is known color: Winter Hazel. HEX triplet: CD, C1 and 7F. RGB value is (205,193,127). Sum of RGB (Red+Green+Blue) = 205+193+127=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC17F is #323E80. Grayscale: #BDBDBD. Windows color (decimal): -3292801 or 8372685. OLE color: 8372685.

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

Color convert

RGB 205 193 127 -
CMYK 0 0.06 0.38 0.20
HSL 50.77º 0.44% 0.65% -
HSV(B) 50.77º 0.38% 0.8% -
XYZ 48.08 52.65 27.71 -
YUV 189.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 205 193 127 0 0.06 0.38 0.20 50.77 0.44 0.65
Hex CD C1 7F 0 6 26 14 33 2C 41
Octal 315 301 177 0 6 46 24 63 54 101
Binary 11001101 11000001 1111111 0 110 100110 10100 110011 101100 1000001

Color Harmonies of #CDC17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC17F

Black with #CDC17F

Text Example


Text Example

White with #CDC17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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