Html Css Color HEX #CAB42D Old Gold

📋 copy color: '#CAB42D'

red 202 ◦ green 180 ◦ blue 45

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

Shades of Old Gold #CAB42D

Tints of Old Gold #CAB42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 47.31%
G = 42.15%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB42D (or 0xCAB42D) is known color: Old Gold. HEX triplet: CA, B4 and 2D. RGB value is (202,180,45). Sum of RGB (Red+Green+Blue) = 202+180+45=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB42D is #354BD2. Grayscale: #ABABAB. Windows color (decimal): -3492819 or 2995402. OLE color: 2995402.

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

Color convert

RGB 202 180 45 -
CMYK 0 0.11 0.78 0.21
HSL 51.59º 0.64% 0.48% -
HSV(B) 51.59º 0.78% 0.79% -
XYZ 41.15 45.39 9.07 -
YUV 171.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 202 180 45 0 0.11 0.78 0.21 51.59 0.64 0.48
Hex CA B4 2D 0 B 4E 15 34 40 30
Octal 312 264 55 0 13 116 25 64 100 60
Binary 11001010 10110100 101101 0 1011 1001110 10101 110100 1000000 110000

Color Harmonies of #CAB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB42D

Black with #CAB42D

Text Example


Text Example

White with #CAB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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