Html Css Color HEX #CDC98F Winter Hazel

📋 copy color: '#CDC98F'

red 205 ◦ green 201 ◦ blue 143

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

Shades of Winter Hazel #CDC98F

Tints of Winter Hazel #CDC98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 143 (56.25% from 255) = 26.05%

R = 37.34%
G = 36.61%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CDC98F (or 0xCDC98F) is known color: Winter Hazel. HEX triplet: CD, C9 and 8F. RGB value is (205,201,143). Sum of RGB (Red+Green+Blue) = 205+201+143=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC98F is #323670. Grayscale: #C3C3C3. Windows color (decimal): -3290737 or 9423309. OLE color: 9423309.

HSL color Cylindrical-coordinate representation of color #CDC98F: hue angle of 56.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC98F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 143 -
CMYK 0 0.02 0.30 0.20
HSL 56.13º 0.38% 0.68% -
HSV(B) 56.13º 0.3% 0.8% -
XYZ 51.02 56.74 34.25 -
YUV 195.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 205 201 143 0 0.02 0.30 0.20 56.13 0.38 0.68
Hex CD C9 8F 0 2 1E 14 38 26 44
Octal 315 311 217 0 2 36 24 70 46 104
Binary 11001101 11001001 10001111 0 10 11110 10100 111000 100110 1000100

Color Harmonies of #CDC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC98F

Black with #CDC98F

Text Example


Text Example

White with #CDC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC98F; }

 p { color: rgb(205,201,143); }

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

background-color css

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

 a { background-color: rgb(205,201,143); }

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

border-color css

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

 span { border-color: rgb(205,201,143); }

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