Html Css Color HEX #CCC36B Dark Khaki

📋 copy color: '#CCC36B'

red 204 ◦ green 195 ◦ blue 107

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

Shades of Dark Khaki #CCC36B

Tints of Dark Khaki #CCC36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

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

R = 40.32%
G = 38.54%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC36B (or 0xCCC36B) is known color: Dark Khaki. HEX triplet: CC, C3 and 6B. RGB value is (204,195,107). Sum of RGB (Red+Green+Blue) = 204+195+107=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC36B is #333C94. Grayscale: #BCBCBC. Windows color (decimal): -3357845 or 7062476. OLE color: 7062476.

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

Color convert

RGB 204 195 107 -
CMYK 0 0.04 0.48 0.2
HSL 54.43º 0.49% 0.61% -
HSV(B) 54.43º 0.48% 0.8% -
XYZ 47.07 52.93 21.65 -
YUV 187.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 204 195 107 0 0.04 0.48 0.2 54.43 0.49 0.61
Hex CC C3 6B 0 4 30 14 36 31 3D
Octal 314 303 153 0 4 60 24 66 61 75
Binary 11001100 11000011 1101011 0 100 110000 10100 110110 110001 111101

Color Harmonies of #CCC36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC36B

Black with #CCC36B

Text Example


Text Example

White with #CCC36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC36B; }

 p { color: rgb(204,195,107); }

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

background-color css

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

 a { background-color: rgb(204,195,107); }

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

border-color css

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

 span { border-color: rgb(204,195,107); }

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