Html Css Color HEX #CDB830 Old Gold

📋 copy color: '#CDB830'

red 205 ◦ green 184 ◦ blue 48

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

Shades of Old Gold #CDB830

Tints of Old Gold #CDB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

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

R = 46.91%
G = 42.11%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDB830 (or 0xCDB830) is known color: Old Gold. HEX triplet: CD, B8 and 30. RGB value is (205,184,48). Sum of RGB (Red+Green+Blue) = 205+184+48=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB830 is #3247CF. Grayscale: #AFAFAF. Windows color (decimal): -3295184 or 3193037. OLE color: 3193037.

HSL color Cylindrical-coordinate representation of color #CDB830: hue angle of 51.97º 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 #CDB830 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 48 -
CMYK 0 0.10 0.77 0.20
HSL 51.97º 0.62% 0.5% -
HSV(B) 51.97º 0.77% 0.8% -
XYZ 42.85 47.47 9.7 -
YUV 174.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 205 184 48 0 0.10 0.77 0.20 51.97 0.62 0.5
Hex CD B8 30 0 A 4D 14 34 3E 32
Octal 315 270 60 0 12 115 24 64 76 62
Binary 11001101 10111000 110000 0 1010 1001101 10100 110100 111110 110010

Color Harmonies of #CDB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB830

Black with #CDB830

Text Example


Text Example

White with #CDB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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