Html Css Color HEX #CDB335 Old Gold

📋 copy color: '#CDB335'

red 205 ◦ green 179 ◦ blue 53

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

Shades of Old Gold #CDB335

Tints of Old Gold #CDB335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.13%

R = 46.91%
G = 40.96%
B = 12.13%

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

#CDB335 (or 0xCDB335) is known color: Old Gold. HEX triplet: CD, B3 and 35. RGB value is (205,179,53). Sum of RGB (Red+Green+Blue) = 205+179+53=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB335 is #324CCA. Grayscale: #ACACAC. Windows color (decimal): -3296459 or 3519437. OLE color: 3519437.

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

Color convert

RGB 205 179 53 -
CMYK 0 0.13 0.74 0.20
HSL 49.74º 0.6% 0.51% -
HSV(B) 49.74º 0.74% 0.8% -
XYZ 41.94 45.48 9.94 -
YUV 172.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 205 179 53 0 0.13 0.74 0.20 49.74 0.6 0.51
Hex CD B3 35 0 D 4A 14 32 3C 33
Octal 315 263 65 0 15 112 24 62 74 63
Binary 11001101 10110011 110101 0 1101 1001010 10100 110010 111100 110011

Color Harmonies of #CDB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB335

Black with #CDB335

Text Example


Text Example

White with #CDB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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