Html Css Color HEX #CDB930 Old Gold

📋 copy color: '#CDB930'

red 205 ◦ green 185 ◦ blue 48

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

Shades of Old Gold #CDB930

Tints of Old Gold #CDB930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

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

R = 46.8%
G = 42.24%
B = 10.96%

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

#CDB930 (or 0xCDB930) is known color: Old Gold. HEX triplet: CD, B9 and 30. RGB value is (205,185,48). Sum of RGB (Red+Green+Blue) = 205+185+48=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB930 is #3246CF. Grayscale: #AFAFAF. Windows color (decimal): -3294928 or 3193293. OLE color: 3193293.

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

Color convert

RGB 205 185 48 -
CMYK 0 0.10 0.77 0.20
HSL 52.36º 0.62% 0.5% -
HSV(B) 52.36º 0.77% 0.8% -
XYZ 43.06 47.89 9.77 -
YUV 175.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 205 185 48 0 0.10 0.77 0.20 52.36 0.62 0.5
Hex CD B9 30 0 A 4D 14 34 3E 32
Octal 315 271 60 0 12 115 24 64 76 62
Binary 11001101 10111001 110000 0 1010 1001101 10100 110100 111110 110010

Color Harmonies of #CDB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB930

Black with #CDB930

Text Example


Text Example

White with #CDB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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