Html Css Color HEX #CBC66C Dark Khaki

📋 copy color: '#CBC66C'

red 203 ◦ green 198 ◦ blue 108

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

Shades of Dark Khaki #CBC66C

Tints of Dark Khaki #CBC66C

RGB

 RED value IS 203 (79.69% from 255) = 39.88%

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 39.88%
G = 38.9%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBC66C (or 0xCBC66C) is known color: Dark Khaki. HEX triplet: CB, C6 and 6C. RGB value is (203,198,108). Sum of RGB (Red+Green+Blue) = 203+198+108=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC66C is #343993. Grayscale: #BDBDBD. Windows color (decimal): -3422612 or 7128779. OLE color: 7128779.

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

Color convert

RGB 203 198 108 -
CMYK 0 0.02 0.47 0.20
HSL 56.84º 0.48% 0.61% -
HSV(B) 56.84º 0.47% 0.8% -
XYZ 47.53 54.17 22.14 -
YUV 189.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 203 198 108 0 0.02 0.47 0.20 56.84 0.48 0.61
Hex CB C6 6C 0 2 2F 14 39 30 3D
Octal 313 306 154 0 2 57 24 71 60 75
Binary 11001011 11000110 1101100 0 10 101111 10100 111001 110000 111101

Color Harmonies of #CBC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC66C

Black with #CBC66C

Text Example


Text Example

White with #CBC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC66C; }

 p { color: rgb(203,198,108); }

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

background-color css

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

 a { background-color: rgb(203,198,108); }

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

border-color css

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

 span { border-color: rgb(203,198,108); }

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