Html Css Color HEX #CAC03D Old Gold

📋 copy color: '#CAC03D'

red 202 ◦ green 192 ◦ blue 61

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

Shades of Old Gold #CAC03D

Tints of Old Gold #CAC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 61 (24.22% from 255) = 13.41%

R = 44.4%
G = 42.2%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC03D (or 0xCAC03D) is known color: Old Gold. HEX triplet: CA, C0 and 3D. RGB value is (202,192,61). Sum of RGB (Red+Green+Blue) = 202+192+61=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC03D is #353FC2. Grayscale: #B4B4B4. Windows color (decimal): -3489731 or 4047050. OLE color: 4047050.

HSL color Cylindrical-coordinate representation of color #CAC03D: hue angle of 55.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC03D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 61 -
CMYK 0 0.05 0.70 0.21
HSL 55.74º 0.57% 0.52% -
HSV(B) 55.74º 0.7% 0.79% -
XYZ 44.05 50.59 11.86 -
YUV 180.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 202 192 61 0 0.05 0.70 0.21 55.74 0.57 0.52
Hex CA C0 3D 0 5 46 15 38 39 34
Octal 312 300 75 0 5 106 25 70 71 64
Binary 11001010 11000000 111101 0 101 1000110 10101 111000 111001 110100

Color Harmonies of #CAC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC03D

Black with #CAC03D

Text Example


Text Example

White with #CAC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC03D; }

 p { color: rgb(202,192,61); }

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

background-color css

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

 a { background-color: rgb(202,192,61); }

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

border-color css

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

 span { border-color: rgb(202,192,61); }

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