Html Css Color HEX #CBC66B Dark Khaki

📋 copy color: '#CBC66B'

red 203 ◦ green 198 ◦ blue 107

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

Shades of Dark Khaki #CBC66B

Tints of Dark Khaki #CBC66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.06%

R = 39.96%
G = 38.98%
B = 21.06%

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

#CBC66B (or 0xCBC66B) is known color: Dark Khaki. HEX triplet: CB, C6 and 6B. RGB value is (203,198,107). Sum of RGB (Red+Green+Blue) = 203+198+107=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC66B is #343994. Grayscale: #BDBDBD. Windows color (decimal): -3422613 or 7063243. OLE color: 7063243.

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

Color convert

RGB 203 198 107 -
CMYK 0 0.02 0.47 0.20
HSL 56.88º 0.48% 0.61% -
HSV(B) 56.88º 0.47% 0.8% -
XYZ 47.48 54.15 21.86 -
YUV 189.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 203 198 107 0 0.02 0.47 0.20 56.88 0.48 0.61
Hex CB C6 6B 0 2 2F 14 39 30 3D
Octal 313 306 153 0 2 57 24 71 60 75
Binary 11001011 11000110 1101011 0 10 101111 10100 111001 110000 111101

Color Harmonies of #CBC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC66B

Black with #CBC66B

Text Example


Text Example

White with #CBC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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