Html Css Color HEX #CBB42A Old Gold

📋 copy color: '#CBB42A'

red 203 ◦ green 180 ◦ blue 42

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

Shades of Old Gold #CBB42A

Tints of Old Gold #CBB42A

RGB

 RED value IS 203 (79.69% from 255) = 47.76%

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 47.76%
G = 42.35%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB42A (or 0xCBB42A) is known color: Old Gold. HEX triplet: CB, B4 and 2A. RGB value is (203,180,42). Sum of RGB (Red+Green+Blue) = 203+180+42=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB42A is #344BD5. Grayscale: #ABABAB. Windows color (decimal): -3427286 or 2798795. OLE color: 2798795.

HSL color Cylindrical-coordinate representation of color #CBB42A: hue angle of 51.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBB42A is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 42 -
CMYK 0 0.11 0.79 0.20
HSL 51.43º 0.66% 0.48% -
HSV(B) 51.43º 0.79% 0.8% -
XYZ 41.37 45.51 8.79 -
YUV 171.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 203 180 42 0 0.11 0.79 0.20 51.43 0.66 0.48
Hex CB B4 2A 0 B 4F 14 33 42 30
Octal 313 264 52 0 13 117 24 63 102 60
Binary 11001011 10110100 101010 0 1011 1001111 10100 110011 1000010 110000

Color Harmonies of #CBB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB42A

Black with #CBB42A

Text Example


Text Example

White with #CBB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB42A; }

 p { color: rgb(203,180,42); }

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

background-color css

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

 a { background-color: rgb(203,180,42); }

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

border-color css

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

 span { border-color: rgb(203,180,42); }

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