Html Css Color HEX #CDB730 Old Gold

📋 copy color: '#CDB730'

red 205 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CDB730

Tints of Old Gold #CDB730

RGB

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

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

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

R = 47.02%
G = 41.97%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDB730 (or 0xCDB730) is known color: Old Gold. HEX triplet: CD, B7 and 30. RGB value is (205,183,48). Sum of RGB (Red+Green+Blue) = 205+183+48=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB730 is #3248CF. Grayscale: #AEAEAE. Windows color (decimal): -3295440 or 3192781. OLE color: 3192781.

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

Color convert

RGB 205 183 48 -
CMYK 0 0.11 0.77 0.20
HSL 51.59º 0.62% 0.5% -
HSV(B) 51.59º 0.77% 0.8% -
XYZ 42.64 47.06 9.63 -
YUV 174.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 205 183 48 0 0.11 0.77 0.20 51.59 0.62 0.5
Hex CD B7 30 0 B 4D 14 34 3E 32
Octal 315 267 60 0 13 115 24 64 76 62
Binary 11001101 10110111 110000 0 1011 1001101 10100 110100 111110 110010

Color Harmonies of #CDB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB730

Black with #CDB730

Text Example


Text Example

White with #CDB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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