Html Css Color HEX #CBAD3C Old Gold

📋 copy color: '#CBAD3C'

red 203 ◦ green 173 ◦ blue 60

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

Shades of Old Gold #CBAD3C

Tints of Old Gold #CBAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 46.56%
G = 39.68%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBAD3C (or 0xCBAD3C) is known color: Old Gold. HEX triplet: CB, AD and 3C. RGB value is (203,173,60). Sum of RGB (Red+Green+Blue) = 203+173+60=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD3C is #3452C3. Grayscale: #A9A9A9. Windows color (decimal): -3429060 or 3976651. OLE color: 3976651.

HSL color Cylindrical-coordinate representation of color #CBAD3C: hue angle of 47.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBAD3C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 60 -
CMYK 0 0.15 0.70 0.20
HSL 47.41º 0.58% 0.52% -
HSV(B) 47.41º 0.7% 0.8% -
XYZ 40.39 42.91 10.43 -
YUV 169.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 203 173 60 0 0.15 0.70 0.20 47.41 0.58 0.52
Hex CB AD 3C 0 F 46 14 2F 3A 34
Octal 313 255 74 0 17 106 24 57 72 64
Binary 11001011 10101101 111100 0 1111 1000110 10100 101111 111010 110100

Color Harmonies of #CBAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD3C

Black with #CBAD3C

Text Example


Text Example

White with #CBAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD3C; }

 p { color: rgb(203,173,60); }

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

background-color css

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

 a { background-color: rgb(203,173,60); }

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

border-color css

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

 span { border-color: rgb(203,173,60); }

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