Html Css Color HEX #CAB230 Old Gold

📋 copy color: '#CAB230'

red 202 ◦ green 178 ◦ blue 48

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

Shades of Old Gold #CAB230

Tints of Old Gold #CAB230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 47.2%
G = 41.59%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB230 (or 0xCAB230) is known color: Old Gold. HEX triplet: CA, B2 and 30. RGB value is (202,178,48). Sum of RGB (Red+Green+Blue) = 202+178+48=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB230 is #354DCF. Grayscale: #AAAAAA. Windows color (decimal): -3493328 or 3191498. OLE color: 3191498.

HSL color Cylindrical-coordinate representation of color #CAB230: hue angle of 50.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAB230 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 48 -
CMYK 0 0.12 0.76 0.21
HSL 50.65º 0.62% 0.49% -
HSV(B) 50.65º 0.76% 0.79% -
XYZ 40.81 44.61 9.26 -
YUV 170.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 202 178 48 0 0.12 0.76 0.21 50.65 0.62 0.49
Hex CA B2 30 0 C 4C 15 33 3E 31
Octal 312 262 60 0 14 114 25 63 76 61
Binary 11001010 10110010 110000 0 1100 1001100 10101 110011 111110 110001

Color Harmonies of #CAB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB230

Black with #CAB230

Text Example


Text Example

White with #CAB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB230; }

 p { color: rgb(202,178,48); }

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

background-color css

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

 a { background-color: rgb(202,178,48); }

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

border-color css

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

 span { border-color: rgb(202,178,48); }

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