Html Css Color HEX #CDC88D Winter Hazel

📋 copy color: '#CDC88D'

red 205 ◦ green 200 ◦ blue 141

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

Shades of Winter Hazel #CDC88D

Tints of Winter Hazel #CDC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

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

R = 37.55%
G = 36.63%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC88D (or 0xCDC88D) is known color: Winter Hazel. HEX triplet: CD, C8 and 8D. RGB value is (205,200,141). Sum of RGB (Red+Green+Blue) = 205+200+141=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88D is #323772. Grayscale: #C3C3C3. Windows color (decimal): -3290995 or 9291981. OLE color: 9291981.

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

Color convert

RGB 205 200 141 -
CMYK 0 0.02 0.31 0.20
HSL 55.31º 0.39% 0.68% -
HSV(B) 55.31º 0.31% 0.8% -
XYZ 50.64 56.21 33.38 -
YUV 194.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 205 200 141 0 0.02 0.31 0.20 55.31 0.39 0.68
Hex CD C8 8D 0 2 1F 14 37 27 44
Octal 315 310 215 0 2 37 24 67 47 104
Binary 11001101 11001000 10001101 0 10 11111 10100 110111 100111 1000100

Color Harmonies of #CDC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC88D

Black with #CDC88D

Text Example


Text Example

White with #CDC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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