Html Css Color HEX #CAB430 Old Gold

📋 copy color: '#CAB430'

red 202 ◦ green 180 ◦ blue 48

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

Shades of Old Gold #CAB430

Tints of Old Gold #CAB430

RGB

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

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

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

R = 46.98%
G = 41.86%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB430 (or 0xCAB430) is known color: Old Gold. HEX triplet: CA, B4 and 30. RGB value is (202,180,48). Sum of RGB (Red+Green+Blue) = 202+180+48=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB430 is #354BCF. Grayscale: #ACACAC. Windows color (decimal): -3492816 or 3192010. OLE color: 3192010.

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

Color convert

RGB 202 180 48 -
CMYK 0 0.11 0.76 0.21
HSL 51.43º 0.62% 0.49% -
HSV(B) 51.43º 0.76% 0.79% -
XYZ 41.21 45.41 9.39 -
YUV 171.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 202 180 48 0 0.11 0.76 0.21 51.43 0.62 0.49
Hex CA B4 30 0 B 4C 15 33 3E 31
Octal 312 264 60 0 13 114 25 63 76 61
Binary 11001010 10110100 110000 0 1011 1001100 10101 110011 111110 110001

Color Harmonies of #CAB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB430

Black with #CAB430

Text Example


Text Example

White with #CAB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB430; }

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

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

background-color css

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

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

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

border-color css

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

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

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