Html Css Color HEX #CDB133 Old Gold

📋 copy color: '#CDB133'

red 205 ◦ green 177 ◦ blue 51

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

Shades of Old Gold #CDB133

Tints of Old Gold #CDB133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 47.34%
G = 40.88%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB133 (or 0xCDB133) is known color: Old Gold. HEX triplet: CD, B1 and 33. RGB value is (205,177,51). Sum of RGB (Red+Green+Blue) = 205+177+51=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB133 is #324ECC. Grayscale: #ABABAB. Windows color (decimal): -3296973 or 3387853. OLE color: 3387853.

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

Color convert

RGB 205 177 51 -
CMYK 0 0.14 0.75 0.20
HSL 49.09º 0.61% 0.5% -
HSV(B) 49.09º 0.75% 0.8% -
XYZ 41.5 44.66 9.57 -
YUV 171.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 205 177 51 0 0.14 0.75 0.20 49.09 0.61 0.5
Hex CD B1 33 0 E 4B 14 31 3D 32
Octal 315 261 63 0 16 113 24 61 75 62
Binary 11001101 10110001 110011 0 1110 1001011 10100 110001 111101 110010

Color Harmonies of #CDB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB133

Black with #CDB133

Text Example


Text Example

White with #CDB133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB133; }

 p { color: rgb(205,177,51); }

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

background-color css

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

 a { background-color: rgb(205,177,51); }

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

border-color css

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

 span { border-color: rgb(205,177,51); }

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