Html Css Color HEX #CBB730 Old Gold

📋 copy color: '#CBB730'

red 203 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CBB730

Tints of Old Gold #CBB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 46.77%
G = 42.17%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBB730 (or 0xCBB730) is known color: Old Gold. HEX triplet: CB, B7 and 30. RGB value is (203,183,48). Sum of RGB (Red+Green+Blue) = 203+183+48=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB730 is #3448CF. Grayscale: #AEAEAE. Windows color (decimal): -3426512 or 3192779. OLE color: 3192779.

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

Color convert

RGB 203 183 48 -
CMYK 0 0.10 0.76 0.20
HSL 52.26º 0.62% 0.49% -
HSV(B) 52.26º 0.76% 0.8% -
XYZ 42.1 46.78 9.61 -
YUV 173.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 203 183 48 0 0.10 0.76 0.20 52.26 0.62 0.49
Hex CB B7 30 0 A 4C 14 34 3E 31
Octal 313 267 60 0 12 114 24 64 76 61
Binary 11001011 10110111 110000 0 1010 1001100 10100 110100 111110 110001

Color Harmonies of #CBB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB730

Black with #CBB730

Text Example


Text Example

White with #CBB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB730; }

 p { color: rgb(203,183,48); }

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

background-color css

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

 a { background-color: rgb(203,183,48); }

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

border-color css

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

 span { border-color: rgb(203,183,48); }

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