Html Css Color HEX #CDC66D Dark Khaki

📋 copy color: '#CDC66D'

red 205 ◦ green 198 ◦ blue 109

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

Shades of Dark Khaki #CDC66D

Tints of Dark Khaki #CDC66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 40.04%
G = 38.67%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDC66D (or 0xCDC66D) is known color: Dark Khaki. HEX triplet: CD, C6 and 6D. RGB value is (205,198,109). Sum of RGB (Red+Green+Blue) = 205+198+109=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66D is #323992. Grayscale: #BEBEBE. Windows color (decimal): -3291539 or 7194317. OLE color: 7194317.

HSL color Cylindrical-coordinate representation of color #CDC66D: hue angle of 55.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC66D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 109 -
CMYK 0 0.03 0.47 0.20
HSL 55.63º 0.49% 0.62% -
HSV(B) 55.63º 0.47% 0.8% -
XYZ 48.13 54.47 22.45 -
YUV 189.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 205 198 109 0 0.03 0.47 0.20 55.63 0.49 0.62
Hex CD C6 6D 0 3 2F 14 38 31 3E
Octal 315 306 155 0 3 57 24 70 61 76
Binary 11001101 11000110 1101101 0 11 101111 10100 111000 110001 111110

Color Harmonies of #CDC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC66D

Black with #CDC66D

Text Example


Text Example

White with #CDC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC66D; }

 p { color: rgb(205,198,109); }

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

background-color css

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

 a { background-color: rgb(205,198,109); }

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

border-color css

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

 span { border-color: rgb(205,198,109); }

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