Html Css Color HEX #CBB63E Old Gold

📋 copy color: '#CBB63E'

red 203 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #CBB63E

Tints of Old Gold #CBB63E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

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

R = 45.41%
G = 40.72%
B = 13.87%

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

#CBB63E (or 0xCBB63E) is known color: Old Gold. HEX triplet: CB, B6 and 3E. RGB value is (203,182,62). Sum of RGB (Red+Green+Blue) = 203+182+62=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB63E is #3449C1. Grayscale: #AFAFAF. Windows color (decimal): -3426754 or 4110027. OLE color: 4110027.

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

Color convert

RGB 203 182 62 -
CMYK 0 0.10 0.69 0.20
HSL 51.06º 0.58% 0.52% -
HSV(B) 51.06º 0.69% 0.8% -
XYZ 42.23 46.5 11.31 -
YUV 174.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 203 182 62 0 0.10 0.69 0.20 51.06 0.58 0.52
Hex CB B6 3E 0 A 45 14 33 3A 34
Octal 313 266 76 0 12 105 24 63 72 64
Binary 11001011 10110110 111110 0 1010 1000101 10100 110011 111010 110100

Color Harmonies of #CBB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB63E

Black with #CBB63E

Text Example


Text Example

White with #CBB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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