Html Css Color HEX #CDB833 Old Gold

📋 copy color: '#CDB833'

red 205 ◦ green 184 ◦ blue 51

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

Shades of Old Gold #CDB833

Tints of Old Gold #CDB833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.82%

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

R = 46.59%
G = 41.82%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB833 (or 0xCDB833) is known color: Old Gold. HEX triplet: CD, B8 and 33. RGB value is (205,184,51). Sum of RGB (Red+Green+Blue) = 205+184+51=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB833 is #3247CC. Grayscale: #AFAFAF. Windows color (decimal): -3295181 or 3389645. OLE color: 3389645.

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

Color convert

RGB 205 184 51 -
CMYK 0 0.10 0.75 0.20
HSL 51.82º 0.61% 0.5% -
HSV(B) 51.82º 0.75% 0.8% -
XYZ 42.91 47.5 10.04 -
YUV 175.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 205 184 51 0 0.10 0.75 0.20 51.82 0.61 0.5
Hex CD B8 33 0 A 4B 14 34 3D 32
Octal 315 270 63 0 12 113 24 64 75 62
Binary 11001101 10111000 110011 0 1010 1001011 10100 110100 111101 110010

Color Harmonies of #CDB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB833

Black with #CDB833

Text Example


Text Example

White with #CDB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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