Html Css Color HEX #CBB92F Old Gold

📋 copy color: '#CBB92F'

red 203 ◦ green 185 ◦ blue 47

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

Shades of Old Gold #CBB92F

Tints of Old Gold #CBB92F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

 BLUE value IS 47 (18.75% from 255) = 10.8%

R = 46.67%
G = 42.53%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB92F (or 0xCBB92F) is known color: Old Gold. HEX triplet: CB, B9 and 2F. RGB value is (203,185,47). Sum of RGB (Red+Green+Blue) = 203+185+47=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB92F is #3446D0. Grayscale: #AFAFAF. Windows color (decimal): -3426001 or 3127755. OLE color: 3127755.

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

Color convert

RGB 203 185 47 -
CMYK 0 0.09 0.77 0.20
HSL 53.08º 0.62% 0.49% -
HSV(B) 53.08º 0.77% 0.8% -
XYZ 42.49 47.6 9.64 -
YUV 174.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 203 185 47 0 0.09 0.77 0.20 53.08 0.62 0.49
Hex CB B9 2F 0 9 4D 14 35 3E 31
Octal 313 271 57 0 11 115 24 65 76 61
Binary 11001011 10111001 101111 0 1001 1001101 10100 110101 111110 110001

Color Harmonies of #CBB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB92F

Black with #CBB92F

Text Example


Text Example

White with #CBB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB92F; }

 p { color: rgb(203,185,47); }

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

background-color css

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

 a { background-color: rgb(203,185,47); }

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

border-color css

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

 span { border-color: rgb(203,185,47); }

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