Html Css Color HEX #CDB93A Old Gold

📋 copy color: '#CDB93A'

red 205 ◦ green 185 ◦ blue 58

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

Shades of Old Gold #CDB93A

Tints of Old Gold #CDB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.95%

R = 45.76%
G = 41.29%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDB93A (or 0xCDB93A) is known color: Old Gold. HEX triplet: CD, B9 and 3A. RGB value is (205,185,58). Sum of RGB (Red+Green+Blue) = 205+185+58=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB93A is #3246C5. Grayscale: #B1B1B1. Windows color (decimal): -3294918 or 3848653. OLE color: 3848653.

HSL color Cylindrical-coordinate representation of color #CDB93A: hue angle of 51.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDB93A is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 58 -
CMYK 0 0.10 0.72 0.20
HSL 51.84º 0.6% 0.52% -
HSV(B) 51.84º 0.72% 0.8% -
XYZ 43.29 47.98 10.98 -
YUV 176.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 205 185 58 0 0.10 0.72 0.20 51.84 0.6 0.52
Hex CD B9 3A 0 A 48 14 34 3C 34
Octal 315 271 72 0 12 110 24 64 74 64
Binary 11001101 10111001 111010 0 1010 1001000 10100 110100 111100 110100

Color Harmonies of #CDB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB93A

Black with #CDB93A

Text Example


Text Example

White with #CDB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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