Html Css Color HEX #CABB42 Old Gold

📋 copy color: '#CABB42'

red 202 ◦ green 187 ◦ blue 66

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

Shades of Old Gold #CABB42

Tints of Old Gold #CABB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 44.4%
G = 41.1%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CABB42 (or 0xCABB42) is known color: Old Gold. HEX triplet: CA, BB and 42. RGB value is (202,187,66). Sum of RGB (Red+Green+Blue) = 202+187+66=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB42 is #3544BD. Grayscale: #B2B2B2. Windows color (decimal): -3491006 or 4373450. OLE color: 4373450.

HSL color Cylindrical-coordinate representation of color #CABB42: hue angle of 53.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CABB42 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 66 -
CMYK 0 0.07 0.67 0.21
HSL 53.38º 0.56% 0.53% -
HSV(B) 53.38º 0.67% 0.79% -
XYZ 43.11 48.49 12.24 -
YUV 177.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 202 187 66 0 0.07 0.67 0.21 53.38 0.56 0.53
Hex CA BB 42 0 7 43 15 35 38 35
Octal 312 273 102 0 7 103 25 65 70 65
Binary 11001010 10111011 1000010 0 111 1000011 10101 110101 111000 110101

Color Harmonies of #CABB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB42

Black with #CABB42

Text Example


Text Example

White with #CABB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB42; }

 p { color: rgb(202,187,66); }

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

background-color css

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

 a { background-color: rgb(202,187,66); }

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

border-color css

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

 span { border-color: rgb(202,187,66); }

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