Html Css Color HEX #CCC669 Dark Khaki

📋 copy color: '#CCC669'

red 204 ◦ green 198 ◦ blue 105

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

Shades of Dark Khaki #CCC669

Tints of Dark Khaki #CCC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.71%

R = 40.24%
G = 39.05%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC669 (or 0xCCC669) is known color: Dark Khaki. HEX triplet: CC, C6 and 69. RGB value is (204,198,105). Sum of RGB (Red+Green+Blue) = 204+198+105=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC669 is #333996. Grayscale: #BDBDBD. Windows color (decimal): -3357079 or 6932172. OLE color: 6932172.

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

Color convert

RGB 204 198 105 -
CMYK 0 0.03 0.49 0.2
HSL 56.36º 0.49% 0.61% -
HSV(B) 56.36º 0.49% 0.8% -
XYZ 47.65 54.25 21.32 -
YUV 189.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 204 198 105 0 0.03 0.49 0.2 56.36 0.49 0.61
Hex CC C6 69 0 3 31 14 38 31 3D
Octal 314 306 151 0 3 61 24 70 61 75
Binary 11001100 11000110 1101001 0 11 110001 10100 111000 110001 111101

Color Harmonies of #CCC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC669

Black with #CCC669

Text Example


Text Example

White with #CCC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC669; }

 p { color: rgb(204,198,105); }

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

background-color css

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

 a { background-color: rgb(204,198,105); }

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

border-color css

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

 span { border-color: rgb(204,198,105); }

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