Html Css Color HEX #CBB534 Old Gold

📋 copy color: '#CBB534'

red 203 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #CBB534

Tints of Old Gold #CBB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.51%

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 46.56%
G = 41.51%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBB534 (or 0xCBB534) is known color: Old Gold. HEX triplet: CB, B5 and 34. RGB value is (203,181,52). Sum of RGB (Red+Green+Blue) = 203+181+52=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB534 is #344ACB. Grayscale: #ADADAD. Windows color (decimal): -3427020 or 3454411. OLE color: 3454411.

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

Color convert

RGB 203 181 52 -
CMYK 0 0.11 0.74 0.20
HSL 51.26º 0.59% 0.5% -
HSV(B) 51.26º 0.74% 0.8% -
XYZ 41.77 45.99 9.92 -
YUV 172.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 203 181 52 0 0.11 0.74 0.20 51.26 0.59 0.5
Hex CB B5 34 0 B 4A 14 33 3B 32
Octal 313 265 64 0 13 112 24 63 73 62
Binary 11001011 10110101 110100 0 1011 1001010 10100 110011 111011 110010

Color Harmonies of #CBB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB534

Black with #CBB534

Text Example


Text Example

White with #CBB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB534; }

 p { color: rgb(203,181,52); }

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

background-color css

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

 a { background-color: rgb(203,181,52); }

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

border-color css

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

 span { border-color: rgb(203,181,52); }

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