Html Css Color HEX #CDB53B Old Gold

📋 copy color: '#CDB53B'

red 205 ◦ green 181 ◦ blue 59

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

Shades of Old Gold #CDB53B

Tints of Old Gold #CDB53B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.67%

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 46.07%
G = 40.67%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDB53B (or 0xCDB53B) is known color: Old Gold. HEX triplet: CD, B5 and 3B. RGB value is (205,181,59). Sum of RGB (Red+Green+Blue) = 205+181+59=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB53B is #324AC4. Grayscale: #AEAEAE. Windows color (decimal): -3295941 or 3913165. OLE color: 3913165.

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

Color convert

RGB 205 181 59 -
CMYK 0 0.12 0.71 0.20
HSL 50.14º 0.59% 0.52% -
HSV(B) 50.14º 0.71% 0.8% -
XYZ 42.49 46.34 10.84 -
YUV 174.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 205 181 59 0 0.12 0.71 0.20 50.14 0.59 0.52
Hex CD B5 3B 0 C 47 14 32 3B 34
Octal 315 265 73 0 14 107 24 62 73 64
Binary 11001101 10110101 111011 0 1100 1000111 10100 110010 111011 110100

Color Harmonies of #CDB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB53B

Black with #CDB53B

Text Example


Text Example

White with #CDB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB53B; }

 p { color: rgb(205,181,59); }

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

background-color css

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

 a { background-color: rgb(205,181,59); }

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

border-color css

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

 span { border-color: rgb(205,181,59); }

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