Html Css Color HEX #CBB02F Metallic Gold

📋 copy color: '#CBB02F'

red 203 ◦ green 176 ◦ blue 47

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

Shades of Metallic Gold #CBB02F

Tints of Metallic Gold #CBB02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.03%

R = 47.65%
G = 41.31%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB02F (or 0xCBB02F) is known color: Metallic Gold. HEX triplet: CB, B0 and 2F. RGB value is (203,176,47). Sum of RGB (Red+Green+Blue) = 203+176+47=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB02F is #344FD0. Grayscale: #A9A9A9. Windows color (decimal): -3428305 or 3125451. OLE color: 3125451.

HSL color Cylindrical-coordinate representation of color #CBB02F: hue angle of 49.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB02F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 47 -
CMYK 0 0.13 0.77 0.20
HSL 49.62º 0.62% 0.49% -
HSV(B) 49.62º 0.77% 0.8% -
XYZ 40.67 43.95 9.03 -
YUV 169.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 203 176 47 0 0.13 0.77 0.20 49.62 0.62 0.49
Hex CB B0 2F 0 D 4D 14 32 3E 31
Octal 313 260 57 0 15 115 24 62 76 61
Binary 11001011 10110000 101111 0 1101 1001101 10100 110010 111110 110001

Color Harmonies of #CBB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB02F

Black with #CBB02F

Text Example


Text Example

White with #CBB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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