Html Css Color HEX #CCBF71 Dark Khaki

📋 copy color: '#CCBF71'

red 204 ◦ green 191 ◦ blue 113

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

Shades of Dark Khaki #CCBF71

Tints of Dark Khaki #CCBF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 40.16%
G = 37.6%
B = 22.24%

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

#CCBF71 (or 0xCCBF71) is known color: Dark Khaki. HEX triplet: CC, BF and 71. RGB value is (204,191,113). Sum of RGB (Red+Green+Blue) = 204+191+113=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF71 is #33408E. Grayscale: #BABABA. Windows color (decimal): -3358863 or 7454668. OLE color: 7454668.

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

Color convert

RGB 204 191 113 -
CMYK 0 0.06 0.45 0.2
HSL 51.43º 0.47% 0.62% -
HSV(B) 51.43º 0.45% 0.8% -
XYZ 46.51 51.29 23.07 -
YUV 186 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 204 191 113 0 0.06 0.45 0.2 51.43 0.47 0.62
Hex CC BF 71 0 6 2D 14 33 2F 3E
Octal 314 277 161 0 6 55 24 63 57 76
Binary 11001100 10111111 1110001 0 110 101101 10100 110011 101111 111110

Color Harmonies of #CCBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF71

Black with #CCBF71

Text Example


Text Example

White with #CCBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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