Html Css Color HEX #CBB327 Metallic Gold

📋 copy color: '#CBB327'

red 203 ◦ green 179 ◦ blue 39

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

Shades of Metallic Gold #CBB327

Tints of Metallic Gold #CBB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 48.22%
G = 42.52%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBB327 (or 0xCBB327) is known color: Metallic Gold. HEX triplet: CB, B3 and 27. RGB value is (203,179,39). Sum of RGB (Red+Green+Blue) = 203+179+39=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB327 is #344CD8. Grayscale: #AAAAAA. Windows color (decimal): -3427545 or 2601931. OLE color: 2601931.

HSL color Cylindrical-coordinate representation of color #CBB327: hue angle of 51.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBB327 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 39 -
CMYK 0 0.12 0.81 0.20
HSL 51.22º 0.68% 0.47% -
HSV(B) 51.22º 0.81% 0.8% -
XYZ 41.11 45.08 8.45 -
YUV 170.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 203 179 39 0 0.12 0.81 0.20 51.22 0.68 0.47
Hex CB B3 27 0 C 51 14 33 44 2F
Octal 313 263 47 0 14 121 24 63 104 57
Binary 11001011 10110011 100111 0 1100 1010001 10100 110011 1000100 101111

Color Harmonies of #CBB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB327

Black with #CBB327

Text Example


Text Example

White with #CBB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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