Html Css Color HEX #CBB02A Metallic Gold

📋 copy color: '#CBB02A'

red 203 ◦ green 176 ◦ blue 42

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

Shades of Metallic Gold #CBB02A

Tints of Metallic Gold #CBB02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

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

R = 48.22%
G = 41.81%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB02A (or 0xCBB02A) is known color: Metallic Gold. HEX triplet: CB, B0 and 2A. RGB value is (203,176,42). Sum of RGB (Red+Green+Blue) = 203+176+42=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB02A is #344FD5. Grayscale: #A9A9A9. Windows color (decimal): -3428310 or 2797771. OLE color: 2797771.

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

Color convert

RGB 203 176 42 -
CMYK 0 0.13 0.79 0.20
HSL 49.94º 0.66% 0.48% -
HSV(B) 49.94º 0.79% 0.8% -
XYZ 40.57 43.91 8.53 -
YUV 168.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 203 176 42 0 0.13 0.79 0.20 49.94 0.66 0.48
Hex CB B0 2A 0 D 4F 14 32 42 30
Octal 313 260 52 0 15 117 24 62 102 60
Binary 11001011 10110000 101010 0 1101 1001111 10100 110010 1000010 110000

Color Harmonies of #CBB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB02A

Black with #CBB02A

Text Example


Text Example

White with #CBB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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