Html Css Color HEX #CBB32A Old Gold

📋 copy color: '#CBB32A'

red 203 ◦ green 179 ◦ blue 42

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

Shades of Old Gold #CBB32A

Tints of Old Gold #CBB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 47.88%
G = 42.22%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB32A (or 0xCBB32A) is known color: Old Gold. HEX triplet: CB, B3 and 2A. RGB value is (203,179,42). Sum of RGB (Red+Green+Blue) = 203+179+42=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB32A is #344CD5. Grayscale: #ABABAB. Windows color (decimal): -3427542 or 2798539. OLE color: 2798539.

HSL color Cylindrical-coordinate representation of color #CBB32A: hue angle of 51.06º 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 #CBB32A is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 42 -
CMYK 0 0.12 0.79 0.20
HSL 51.06º 0.66% 0.48% -
HSV(B) 51.06º 0.79% 0.8% -
XYZ 41.17 45.1 8.73 -
YUV 170.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 203 179 42 0 0.12 0.79 0.20 51.06 0.66 0.48
Hex CB B3 2A 0 C 4F 14 33 42 30
Octal 313 263 52 0 14 117 24 63 102 60
Binary 11001011 10110011 101010 0 1100 1001111 10100 110011 1000010 110000

Color Harmonies of #CBB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB32A

Black with #CBB32A

Text Example


Text Example

White with #CBB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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