Html Css Color HEX #CDC388 Winter Hazel

📋 copy color: '#CDC388'

red 205 ◦ green 195 ◦ blue 136

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

Shades of Winter Hazel #CDC388

Tints of Winter Hazel #CDC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.38%

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 38.25%
G = 36.38%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CDC388 (or 0xCDC388) is known color: Winter Hazel. HEX triplet: CD, C3 and 88. RGB value is (205,195,136). Sum of RGB (Red+Green+Blue) = 205+195+136=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC388 is #323C77. Grayscale: #BFBFBF. Windows color (decimal): -3292280 or 8963021. OLE color: 8963021.

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

Color convert

RGB 205 195 136 -
CMYK 0 0.05 0.34 0.20
HSL 51.3º 0.41% 0.67% -
HSV(B) 51.3º 0.34% 0.8% -
XYZ 49.14 53.79 31.08 -
YUV 191.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 205 195 136 0 0.05 0.34 0.20 51.3 0.41 0.67
Hex CD C3 88 0 5 22 14 33 29 43
Octal 315 303 210 0 5 42 24 63 51 103
Binary 11001101 11000011 10001000 0 101 100010 10100 110011 101001 1000011

Color Harmonies of #CDC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC388

Black with #CDC388

Text Example


Text Example

White with #CDC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC388; }

 p { color: rgb(205,195,136); }

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

background-color css

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

 a { background-color: rgb(205,195,136); }

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

border-color css

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

 span { border-color: rgb(205,195,136); }

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