Html Css Color HEX #CCBF70 Dark Khaki

📋 copy color: '#CCBF70'

red 204 ◦ green 191 ◦ blue 112

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

Shades of Dark Khaki #CCBF70

Tints of Dark Khaki #CCBF70

RGB

 RED value IS 204 (80.08% from 255) = 40.24%

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

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

R = 40.24%
G = 37.67%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCBF70 (or 0xCCBF70) is known color: Dark Khaki. HEX triplet: CC, BF and 70. RGB value is (204,191,112). Sum of RGB (Red+Green+Blue) = 204+191+112=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF70 is #33408F. Grayscale: #BABABA. Windows color (decimal): -3358864 or 7389132. OLE color: 7389132.

HSL color Cylindrical-coordinate representation of color #CCBF70: hue angle of 51.52º 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 #CCBF70 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 112 -
CMYK 0 0.06 0.45 0.2
HSL 51.52º 0.47% 0.62% -
HSV(B) 51.52º 0.45% 0.8% -
XYZ 46.46 51.27 22.78 -
YUV 185.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 204 191 112 0 0.06 0.45 0.2 51.52 0.47 0.62
Hex CC BF 70 0 6 2D 14 34 2F 3E
Octal 314 277 160 0 6 55 24 64 57 76
Binary 11001100 10111111 1110000 0 110 101101 10100 110100 101111 111110

Color Harmonies of #CCBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF70

Black with #CCBF70

Text Example


Text Example

White with #CCBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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