Html Css Color HEX #CDBA30 Old Gold

📋 copy color: '#CDBA30'

red 205 ◦ green 186 ◦ blue 48

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

Shades of Old Gold #CDBA30

Tints of Old Gold #CDBA30

RGB

 RED value IS 205 (80.47% from 255) = 46.7%

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

 BLUE value IS 48 (19.14% from 255) = 10.93%

R = 46.7%
G = 42.37%
B = 10.93%

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

#CDBA30 (or 0xCDBA30) is known color: Old Gold. HEX triplet: CD, BA and 30. RGB value is (205,186,48). Sum of RGB (Red+Green+Blue) = 205+186+48=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA30 is #3245CF. Grayscale: #B0B0B0. Windows color (decimal): -3294672 or 3193549. OLE color: 3193549.

HSL color Cylindrical-coordinate representation of color #CDBA30: hue angle of 52.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDBA30 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 186 48 -
CMYK 0 0.09 0.77 0.20
HSL 52.74º 0.62% 0.5% -
HSV(B) 52.74º 0.77% 0.8% -
XYZ 43.27 48.31 9.84 -
YUV 175.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 205 186 48 0 0.09 0.77 0.20 52.74 0.62 0.5
Hex CD BA 30 0 9 4D 14 35 3E 32
Octal 315 272 60 0 11 115 24 65 76 62
Binary 11001101 10111010 110000 0 1001 1001101 10100 110101 111110 110010

Color Harmonies of #CDBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA30

Black with #CDBA30

Text Example


Text Example

White with #CDBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA30; }

 p { color: rgb(205,186,48); }

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

background-color css

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

 a { background-color: rgb(205,186,48); }

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

border-color css

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

 span { border-color: rgb(205,186,48); }

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