Html Css Color HEX #CBB82F Old Gold

📋 copy color: '#CBB82F'

red 203 ◦ green 184 ◦ blue 47

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

Shades of Old Gold #CBB82F

Tints of Old Gold #CBB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

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

R = 46.77%
G = 42.4%
B = 10.83%

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

#CBB82F (or 0xCBB82F) is known color: Old Gold. HEX triplet: CB, B8 and 2F. RGB value is (203,184,47). Sum of RGB (Red+Green+Blue) = 203+184+47=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB82F is #3447D0. Grayscale: #AEAEAE. Windows color (decimal): -3426257 or 3127499. OLE color: 3127499.

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

Color convert

RGB 203 184 47 -
CMYK 0 0.09 0.77 0.20
HSL 52.69º 0.62% 0.49% -
HSV(B) 52.69º 0.77% 0.8% -
XYZ 42.28 47.18 9.57 -
YUV 174.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 203 184 47 0 0.09 0.77 0.20 52.69 0.62 0.49
Hex CB B8 2F 0 9 4D 14 35 3E 31
Octal 313 270 57 0 11 115 24 65 76 61
Binary 11001011 10111000 101111 0 1001 1001101 10100 110101 111110 110001

Color Harmonies of #CBB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB82F

Black with #CBB82F

Text Example


Text Example

White with #CBB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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