Html Css Color HEX #CAB838 Old Gold

📋 copy color: '#CAB838'

red 202 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #CAB838

Tints of Old Gold #CAB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

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

R = 45.7%
G = 41.63%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAB838 (or 0xCAB838) is known color: Old Gold. HEX triplet: CA, B8 and 38. RGB value is (202,184,56). Sum of RGB (Red+Green+Blue) = 202+184+56=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB838 is #3547C7. Grayscale: #AFAFAF. Windows color (decimal): -3491784 or 3717322. OLE color: 3717322.

HSL color Cylindrical-coordinate representation of color #CAB838: hue angle of 52.6º 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 #CAB838 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 56 -
CMYK 0 0.09 0.72 0.21
HSL 52.6º 0.58% 0.51% -
HSV(B) 52.6º 0.72% 0.79% -
XYZ 42.21 47.12 10.61 -
YUV 174.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 202 184 56 0 0.09 0.72 0.21 52.6 0.58 0.51
Hex CA B8 38 0 9 48 15 35 3A 33
Octal 312 270 70 0 11 110 25 65 72 63
Binary 11001010 10111000 111000 0 1001 1001000 10101 110101 111010 110011

Color Harmonies of #CAB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB838

Black with #CAB838

Text Example


Text Example

White with #CAB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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