Html Css Color HEX #CDB735 Old Gold

📋 copy color: '#CDB735'

red 205 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #CDB735

Tints of Old Gold #CDB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

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

R = 46.49%
G = 41.5%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDB735 (or 0xCDB735) is known color: Old Gold. HEX triplet: CD, B7 and 35. RGB value is (205,183,53). Sum of RGB (Red+Green+Blue) = 205+183+53=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB735 is #3248CA. Grayscale: #AFAFAF. Windows color (decimal): -3295435 or 3520461. OLE color: 3520461.

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

Color convert

RGB 205 183 53 -
CMYK 0 0.11 0.74 0.20
HSL 51.32º 0.6% 0.51% -
HSV(B) 51.32º 0.74% 0.8% -
XYZ 42.75 47.1 10.21 -
YUV 174.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 205 183 53 0 0.11 0.74 0.20 51.32 0.6 0.51
Hex CD B7 35 0 B 4A 14 33 3C 33
Octal 315 267 65 0 13 112 24 63 74 63
Binary 11001101 10110111 110101 0 1011 1001010 10100 110011 111100 110011

Color Harmonies of #CDB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB735

Black with #CDB735

Text Example


Text Example

White with #CDB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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