Html Css Color HEX #CDC18A Winter Hazel

📋 copy color: '#CDC18A'

red 205 ◦ green 193 ◦ blue 138

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

Shades of Winter Hazel #CDC18A

Tints of Winter Hazel #CDC18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 38.25%
G = 36.01%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CDC18A (or 0xCDC18A) is known color: Winter Hazel. HEX triplet: CD, C1 and 8A. RGB value is (205,193,138). Sum of RGB (Red+Green+Blue) = 205+193+138=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC18A is #323E75. Grayscale: #BEBEBE. Windows color (decimal): -3292790 or 9093581. OLE color: 9093581.

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

Color convert

RGB 205 193 138 -
CMYK 0 0.06 0.33 0.20
HSL 49.25º 0.4% 0.67% -
HSV(B) 49.25º 0.33% 0.8% -
XYZ 48.83 52.95 31.69 -
YUV 190.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 205 193 138 0 0.06 0.33 0.20 49.25 0.4 0.67
Hex CD C1 8A 0 6 21 14 31 28 43
Octal 315 301 212 0 6 41 24 61 50 103
Binary 11001101 11000001 10001010 0 110 100001 10100 110001 101000 1000011

Color Harmonies of #CDC18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC18A

Black with #CDC18A

Text Example


Text Example

White with #CDC18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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