Html Css Color HEX #CABB38 Old Gold

📋 copy color: '#CABB38'

red 202 ◦ green 187 ◦ blue 56

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

Shades of Old Gold #CABB38

Tints of Old Gold #CABB38

RGB

 RED value IS 202 (79.3% from 255) = 45.39%

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 45.39%
G = 42.02%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CABB38 (or 0xCABB38) is known color: Old Gold. HEX triplet: CA, BB and 38. RGB value is (202,187,56). Sum of RGB (Red+Green+Blue) = 202+187+56=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB38 is #3544C7. Grayscale: #B1B1B1. Windows color (decimal): -3491016 or 3718090. OLE color: 3718090.

HSL color Cylindrical-coordinate representation of color #CABB38: hue angle of 53.84º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CABB38 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 56 -
CMYK 0 0.07 0.72 0.21
HSL 53.84º 0.58% 0.51% -
HSV(B) 53.84º 0.72% 0.79% -
XYZ 42.84 48.38 10.82 -
YUV 176.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 202 187 56 0 0.07 0.72 0.21 53.84 0.58 0.51
Hex CA BB 38 0 7 48 15 36 3A 33
Octal 312 273 70 0 7 110 25 66 72 63
Binary 11001010 10111011 111000 0 111 1001000 10101 110110 111010 110011

Color Harmonies of #CABB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB38

Black with #CABB38

Text Example


Text Example

White with #CABB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB38; }

 p { color: rgb(202,187,56); }

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

background-color css

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

 a { background-color: rgb(202,187,56); }

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

border-color css

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

 span { border-color: rgb(202,187,56); }

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