Html Css Color HEX #CBBE4A Old Gold

📋 copy color: '#CBBE4A'

red 203 ◦ green 190 ◦ blue 74

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

Shades of Old Gold #CBBE4A

Tints of Old Gold #CBBE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 43.47%
G = 40.69%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBE4A (or 0xCBBE4A) is known color: Old Gold. HEX triplet: CB, BE and 4A. RGB value is (203,190,74). Sum of RGB (Red+Green+Blue) = 203+190+74=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE4A is #3441B5. Grayscale: #B5B5B5. Windows color (decimal): -3424694 or 4898507. OLE color: 4898507.

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

Color convert

RGB 203 190 74 -
CMYK 0 0.06 0.64 0.20
HSL 53.95º 0.55% 0.54% -
HSV(B) 53.95º 0.64% 0.8% -
XYZ 44.28 50.02 13.8 -
YUV 180.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 203 190 74 0 0.06 0.64 0.20 53.95 0.55 0.54
Hex CB BE 4A 0 6 40 14 36 37 36
Octal 313 276 112 0 6 100 24 66 67 66
Binary 11001011 10111110 1001010 0 110 1000000 10100 110110 110111 110110

Color Harmonies of #CBBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE4A

Black with #CBBE4A

Text Example


Text Example

White with #CBBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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