Html Css Color HEX #CBBF70 Dark Khaki

📋 copy color: '#CBBF70'

red 203 ◦ green 191 ◦ blue 112

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

Shades of Dark Khaki #CBBF70

Tints of Dark Khaki #CBBF70

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 40.12%
G = 37.75%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBBF70 (or 0xCBBF70) is known color: Dark Khaki. HEX triplet: CB, BF and 70. RGB value is (203,191,112). Sum of RGB (Red+Green+Blue) = 203+191+112=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF70 is #34408F. Grayscale: #B9B9B9. Windows color (decimal): -3424400 or 7389131. OLE color: 7389131.

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

Color convert

RGB 203 191 112 -
CMYK 0 0.06 0.45 0.20
HSL 52.09º 0.47% 0.62% -
HSV(B) 52.09º 0.45% 0.8% -
XYZ 46.18 51.13 22.76 -
YUV 185.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 203 191 112 0 0.06 0.45 0.20 52.09 0.47 0.62
Hex CB BF 70 0 6 2D 14 34 2F 3E
Octal 313 277 160 0 6 55 24 64 57 76
Binary 11001011 10111111 1110000 0 110 101101 10100 110100 101111 111110

Color Harmonies of #CBBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF70

Black with #CBBF70

Text Example


Text Example

White with #CBBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF70; }

 p { color: rgb(203,191,112); }

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

background-color css

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

 a { background-color: rgb(203,191,112); }

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

border-color css

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

 span { border-color: rgb(203,191,112); }

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