Html Css Color HEX #CDC18D Winter Hazel

📋 copy color: '#CDC18D'

red 205 ◦ green 193 ◦ blue 141

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

Shades of Winter Hazel #CDC18D

Tints of Winter Hazel #CDC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 38.03%
G = 35.81%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC18D (or 0xCDC18D) is known color: Winter Hazel. HEX triplet: CD, C1 and 8D. RGB value is (205,193,141). Sum of RGB (Red+Green+Blue) = 205+193+141=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC18D is #323E72. Grayscale: #BEBEBE. Windows color (decimal): -3292787 or 9290189. OLE color: 9290189.

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

Color convert

RGB 205 193 141 -
CMYK 0 0.06 0.31 0.20
HSL 48.75º 0.39% 0.68% -
HSV(B) 48.75º 0.31% 0.8% -
XYZ 49.05 53.04 32.85 -
YUV 190.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 205 193 141 0 0.06 0.31 0.20 48.75 0.39 0.68
Hex CD C1 8D 0 6 1F 14 31 27 44
Octal 315 301 215 0 6 37 24 61 47 104
Binary 11001101 11000001 10001101 0 110 11111 10100 110001 100111 1000100

Color Harmonies of #CDC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC18D

Black with #CDC18D

Text Example


Text Example

White with #CDC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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