Html Css Color HEX #CBB240 Old Gold

📋 copy color: '#CBB240'

red 203 ◦ green 178 ◦ blue 64

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

Shades of Old Gold #CBB240

Tints of Old Gold #CBB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 45.62%
G = 40%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB240 (or 0xCBB240) is known color: Old Gold. HEX triplet: CB, B2 and 40. RGB value is (203,178,64). Sum of RGB (Red+Green+Blue) = 203+178+64=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB240 is #344DBF. Grayscale: #ACACAC. Windows color (decimal): -3427776 or 4240075. OLE color: 4240075.

HSL color Cylindrical-coordinate representation of color #CBB240: hue angle of 49.21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB240 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 64 -
CMYK 0 0.12 0.68 0.20
HSL 49.21º 0.57% 0.52% -
HSV(B) 49.21º 0.68% 0.8% -
XYZ 41.47 44.91 11.33 -
YUV 172.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 203 178 64 0 0.12 0.68 0.20 49.21 0.57 0.52
Hex CB B2 40 0 C 44 14 31 39 34
Octal 313 262 100 0 14 104 24 61 71 64
Binary 11001011 10110010 1000000 0 1100 1000100 10100 110001 111001 110100

Color Harmonies of #CBB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB240

Black with #CBB240

Text Example


Text Example

White with #CBB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB240; }

 p { color: rgb(203,178,64); }

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

background-color css

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

 a { background-color: rgb(203,178,64); }

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

border-color css

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

 span { border-color: rgb(203,178,64); }

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