Html Css Color HEX #CBB527 Old Gold

📋 copy color: '#CBB527'

red 203 ◦ green 181 ◦ blue 39

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

Shades of Old Gold #CBB527

Tints of Old Gold #CBB527

RGB

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

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

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

R = 47.99%
G = 42.79%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBB527 (or 0xCBB527) is known color: Old Gold. HEX triplet: CB, B5 and 27. RGB value is (203,181,39). Sum of RGB (Red+Green+Blue) = 203+181+39=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB527 is #344AD8. Grayscale: #ABABAB. Windows color (decimal): -3427033 or 2602443. OLE color: 2602443.

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

Color convert

RGB 203 181 39 -
CMYK 0 0.11 0.81 0.20
HSL 51.95º 0.68% 0.47% -
HSV(B) 51.95º 0.81% 0.8% -
XYZ 41.52 45.89 8.59 -
YUV 171.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 203 181 39 0 0.11 0.81 0.20 51.95 0.68 0.47
Hex CB B5 27 0 B 51 14 34 44 2F
Octal 313 265 47 0 13 121 24 64 104 57
Binary 11001011 10110101 100111 0 1011 1010001 10100 110100 1000100 101111

Color Harmonies of #CBB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB527

Black with #CBB527

Text Example


Text Example

White with #CBB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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