Html Css Color HEX #CBB73E Old Gold

📋 copy color: '#CBB73E'

red 203 ◦ green 183 ◦ blue 62

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

Shades of Old Gold #CBB73E

Tints of Old Gold #CBB73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 45.31%
G = 40.85%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB73E (or 0xCBB73E) is known color: Old Gold. HEX triplet: CB, B7 and 3E. RGB value is (203,183,62). Sum of RGB (Red+Green+Blue) = 203+183+62=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB73E is #3448C1. Grayscale: #AFAFAF. Windows color (decimal): -3426498 or 4110283. OLE color: 4110283.

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

Color convert

RGB 203 183 62 -
CMYK 0 0.10 0.69 0.20
HSL 51.49º 0.58% 0.52% -
HSV(B) 51.49º 0.69% 0.8% -
XYZ 42.43 46.91 11.38 -
YUV 175.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 203 183 62 0 0.10 0.69 0.20 51.49 0.58 0.52
Hex CB B7 3E 0 A 45 14 33 3A 34
Octal 313 267 76 0 12 105 24 63 72 64
Binary 11001011 10110111 111110 0 1010 1000101 10100 110011 111010 110100

Color Harmonies of #CBB73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB73E

Black with #CBB73E

Text Example


Text Example

White with #CBB73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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