Html Css Color HEX #CBC469 Dark Khaki

📋 copy color: '#CBC469'

red 203 ◦ green 196 ◦ blue 105

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

Shades of Dark Khaki #CBC469

Tints of Dark Khaki #CBC469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 40.28%
G = 38.89%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBC469 (or 0xCBC469) is known color: Dark Khaki. HEX triplet: CB, C4 and 69. RGB value is (203,196,105). Sum of RGB (Red+Green+Blue) = 203+196+105=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC469 is #343B96. Grayscale: #BCBCBC. Windows color (decimal): -3423127 or 6931659. OLE color: 6931659.

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

Color convert

RGB 203 196 105 -
CMYK 0 0.03 0.48 0.20
HSL 55.71º 0.49% 0.6% -
HSV(B) 55.71º 0.48% 0.8% -
XYZ 46.92 53.2 21.16 -
YUV 187.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 203 196 105 0 0.03 0.48 0.20 55.71 0.49 0.6
Hex CB C4 69 0 3 30 14 38 31 3C
Octal 313 304 151 0 3 60 24 70 61 74
Binary 11001011 11000100 1101001 0 11 110000 10100 111000 110001 111100

Color Harmonies of #CBC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC469

Black with #CBC469

Text Example


Text Example

White with #CBC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC469; }

 p { color: rgb(203,196,105); }

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

background-color css

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

 a { background-color: rgb(203,196,105); }

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

border-color css

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

 span { border-color: rgb(203,196,105); }

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