Html Css Color HEX #CBBE37 Old Gold

📋 copy color: '#CBBE37'

red 203 ◦ green 190 ◦ blue 55

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

Shades of Old Gold #CBBE37

Tints of Old Gold #CBBE37

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 55 (21.88% from 255) = 12.28%

R = 45.31%
G = 42.41%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBBE37 (or 0xCBBE37) is known color: Old Gold. HEX triplet: CB, BE and 37. RGB value is (203,190,55). Sum of RGB (Red+Green+Blue) = 203+190+55=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE37 is #3441C8. Grayscale: #B3B3B3. Windows color (decimal): -3424713 or 3653323. OLE color: 3653323.

HSL color Cylindrical-coordinate representation of color #CBBE37: hue angle of 54.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBBE37 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 55 -
CMYK 0 0.06 0.73 0.20
HSL 54.73º 0.59% 0.51% -
HSV(B) 54.73º 0.73% 0.8% -
XYZ 43.73 49.8 10.92 -
YUV 178.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 203 190 55 0 0.06 0.73 0.20 54.73 0.59 0.51
Hex CB BE 37 0 6 49 14 37 3B 33
Octal 313 276 67 0 6 111 24 67 73 63
Binary 11001011 10111110 110111 0 110 1001001 10100 110111 111011 110011

Color Harmonies of #CBBE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE37

Black with #CBBE37

Text Example


Text Example

White with #CBBE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE37; }

 p { color: rgb(203,190,55); }

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

background-color css

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

 a { background-color: rgb(203,190,55); }

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

border-color css

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

 span { border-color: rgb(203,190,55); }

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