Html Css Color HEX #CDB732 Old Gold

📋 copy color: '#CDB732'

red 205 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #CDB732

Tints of Old Gold #CDB732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 46.8%
G = 41.78%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDB732 (or 0xCDB732) is known color: Old Gold. HEX triplet: CD, B7 and 32. RGB value is (205,183,50). Sum of RGB (Red+Green+Blue) = 205+183+50=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB732 is #3248CD. Grayscale: #AEAEAE. Windows color (decimal): -3295438 or 3323853. OLE color: 3323853.

HSL color Cylindrical-coordinate representation of color #CDB732: hue angle of 51.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB732 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 183 50 -
CMYK 0 0.11 0.76 0.20
HSL 51.48º 0.61% 0.5% -
HSV(B) 51.48º 0.76% 0.8% -
XYZ 42.69 47.08 9.85 -
YUV 174.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 205 183 50 0 0.11 0.76 0.20 51.48 0.61 0.5
Hex CD B7 32 0 B 4C 14 33 3D 32
Octal 315 267 62 0 13 114 24 63 75 62
Binary 11001101 10110111 110010 0 1011 1001100 10100 110011 111101 110010

Color Harmonies of #CDB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB732

Black with #CDB732

Text Example


Text Example

White with #CDB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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