Html Css Color HEX #CBB738 Old Gold

📋 copy color: '#CBB738'

red 203 ◦ green 183 ◦ blue 56

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

Shades of Old Gold #CBB738

Tints of Old Gold #CBB738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.67%

R = 45.93%
G = 41.4%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB738 (or 0xCBB738) is known color: Old Gold. HEX triplet: CB, B7 and 38. RGB value is (203,183,56). Sum of RGB (Red+Green+Blue) = 203+183+56=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB738 is #3448C7. Grayscale: #AFAFAF. Windows color (decimal): -3426504 or 3717067. OLE color: 3717067.

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

Color convert

RGB 203 183 56 -
CMYK 0 0.10 0.72 0.20
HSL 51.84º 0.59% 0.51% -
HSV(B) 51.84º 0.72% 0.8% -
XYZ 42.28 46.85 10.56 -
YUV 174.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 203 183 56 0 0.10 0.72 0.20 51.84 0.59 0.51
Hex CB B7 38 0 A 48 14 34 3B 33
Octal 313 267 70 0 12 110 24 64 73 63
Binary 11001011 10110111 111000 0 1010 1001000 10100 110100 111011 110011

Color Harmonies of #CBB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB738

Black with #CBB738

Text Example


Text Example

White with #CBB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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