Html Css Color HEX #CDB633 Old Gold

📋 copy color: '#CDB633'

red 205 ◦ green 182 ◦ blue 51

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

Shades of Old Gold #CDB633

Tints of Old Gold #CDB633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

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

R = 46.8%
G = 41.55%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB633 (or 0xCDB633) is known color: Old Gold. HEX triplet: CD, B6 and 33. RGB value is (205,182,51). Sum of RGB (Red+Green+Blue) = 205+182+51=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB633 is #3249CC. Grayscale: #AEAEAE. Windows color (decimal): -3295693 or 3389133. OLE color: 3389133.

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

Color convert

RGB 205 182 51 -
CMYK 0 0.11 0.75 0.20
HSL 51.04º 0.61% 0.5% -
HSV(B) 51.04º 0.75% 0.8% -
XYZ 42.5 46.67 9.9 -
YUV 173.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 205 182 51 0 0.11 0.75 0.20 51.04 0.61 0.5
Hex CD B6 33 0 B 4B 14 33 3D 32
Octal 315 266 63 0 13 113 24 63 75 62
Binary 11001101 10110110 110011 0 1011 1001011 10100 110011 111101 110010

Color Harmonies of #CDB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB633

Black with #CDB633

Text Example


Text Example

White with #CDB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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