Html Css Color HEX #CDB336 Old Gold

📋 copy color: '#CDB336'

red 205 ◦ green 179 ◦ blue 54

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

Shades of Old Gold #CDB336

Tints of Old Gold #CDB336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 46.8%
G = 40.87%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB336 (or 0xCDB336) is known color: Old Gold. HEX triplet: CD, B3 and 36. RGB value is (205,179,54). Sum of RGB (Red+Green+Blue) = 205+179+54=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB336 is #324CC9. Grayscale: #ADADAD. Windows color (decimal): -3296458 or 3584973. OLE color: 3584973.

HSL color Cylindrical-coordinate representation of color #CDB336: hue angle of 49.67º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDB336 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 54 -
CMYK 0 0.13 0.74 0.20
HSL 49.67º 0.6% 0.51% -
HSV(B) 49.67º 0.74% 0.8% -
XYZ 41.96 45.49 10.06 -
YUV 172.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 205 179 54 0 0.13 0.74 0.20 49.67 0.6 0.51
Hex CD B3 36 0 D 4A 14 32 3C 33
Octal 315 263 66 0 15 112 24 62 74 63
Binary 11001101 10110011 110110 0 1101 1001010 10100 110010 111100 110011

Color Harmonies of #CDB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB336

Black with #CDB336

Text Example


Text Example

White with #CDB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB336; }

 p { color: rgb(205,179,54); }

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

background-color css

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

 a { background-color: rgb(205,179,54); }

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

border-color css

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

 span { border-color: rgb(205,179,54); }

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