Html Css Color HEX #CBBA2D Old Gold

📋 copy color: '#CBBA2D'

red 203 ◦ green 186 ◦ blue 45

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

Shades of Old Gold #CBBA2D

Tints of Old Gold #CBBA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 45 (17.97% from 255) = 10.37%

R = 46.77%
G = 42.86%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBBA2D (or 0xCBBA2D) is known color: Old Gold. HEX triplet: CB, BA and 2D. RGB value is (203,186,45). Sum of RGB (Red+Green+Blue) = 203+186+45=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA2D is #3445D2. Grayscale: #AFAFAF. Windows color (decimal): -3425747 or 2996939. OLE color: 2996939.

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

Color convert

RGB 203 186 45 -
CMYK 0 0.08 0.78 0.20
HSL 53.54º 0.64% 0.49% -
HSV(B) 53.54º 0.78% 0.8% -
XYZ 42.66 48 9.5 -
YUV 175.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 203 186 45 0 0.08 0.78 0.20 53.54 0.64 0.49
Hex CB BA 2D 0 8 4E 14 36 40 31
Octal 313 272 55 0 10 116 24 66 100 61
Binary 11001011 10111010 101101 0 1000 1001110 10100 110110 1000000 110001

Color Harmonies of #CBBA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA2D

Black with #CBBA2D

Text Example


Text Example

White with #CBBA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA2D; }

 p { color: rgb(203,186,45); }

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

background-color css

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

 a { background-color: rgb(203,186,45); }

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

border-color css

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

 span { border-color: rgb(203,186,45); }

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