Html Css Color HEX #CAB12D Old Gold

📋 copy color: '#CAB12D'

red 202 ◦ green 177 ◦ blue 45

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

Shades of Old Gold #CAB12D

Tints of Old Gold #CAB12D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 47.64%
G = 41.75%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB12D (or 0xCAB12D) is known color: Old Gold. HEX triplet: CA, B1 and 2D. RGB value is (202,177,45). Sum of RGB (Red+Green+Blue) = 202+177+45=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB12D is #354ED2. Grayscale: #A9A9A9. Windows color (decimal): -3493587 or 2994634. OLE color: 2994634.

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

Color convert

RGB 202 177 45 -
CMYK 0 0.12 0.78 0.21
HSL 50.45º 0.64% 0.48% -
HSV(B) 50.45º 0.78% 0.79% -
XYZ 40.55 44.19 8.87 -
YUV 169.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 202 177 45 0 0.12 0.78 0.21 50.45 0.64 0.48
Hex CA B1 2D 0 C 4E 15 32 40 30
Octal 312 261 55 0 14 116 25 62 100 60
Binary 11001010 10110001 101101 0 1100 1001110 10101 110010 1000000 110000

Color Harmonies of #CAB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB12D

Black with #CAB12D

Text Example


Text Example

White with #CAB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB12D; }

 p { color: rgb(202,177,45); }

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

background-color css

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

 a { background-color: rgb(202,177,45); }

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

border-color css

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

 span { border-color: rgb(202,177,45); }

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