Html Css Color HEX #CDC38D Winter Hazel

📋 copy color: '#CDC38D'

red 205 ◦ green 195 ◦ blue 141

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

Shades of Winter Hazel #CDC38D

Tints of Winter Hazel #CDC38D

RGB

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

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

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

R = 37.89%
G = 36.04%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC38D (or 0xCDC38D) is known color: Winter Hazel. HEX triplet: CD, C3 and 8D. RGB value is (205,195,141). Sum of RGB (Red+Green+Blue) = 205+195+141=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC38D is #323C72. Grayscale: #C0C0C0. Windows color (decimal): -3292275 or 9290701. OLE color: 9290701.

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

Color convert

RGB 205 195 141 -
CMYK 0 0.05 0.31 0.20
HSL 50.63º 0.39% 0.68% -
HSV(B) 50.63º 0.31% 0.8% -
XYZ 49.5 53.93 33 -
YUV 191.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 205 195 141 0 0.05 0.31 0.20 50.63 0.39 0.68
Hex CD C3 8D 0 5 1F 14 33 27 44
Octal 315 303 215 0 5 37 24 63 47 104
Binary 11001101 11000011 10001101 0 101 11111 10100 110011 100111 1000100

Color Harmonies of #CDC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC38D

Black with #CDC38D

Text Example


Text Example

White with #CDC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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