Html Css Color HEX #CDB934 Old Gold

📋 copy color: '#CDB934'

red 205 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #CDB934

Tints of Old Gold #CDB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 46.38%
G = 41.86%
B = 11.76%

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

#CDB934 (or 0xCDB934) is known color: Old Gold. HEX triplet: CD, B9 and 34. RGB value is (205,185,52). Sum of RGB (Red+Green+Blue) = 205+185+52=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB934 is #3246CB. Grayscale: #B0B0B0. Windows color (decimal): -3294924 or 3455437. OLE color: 3455437.

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

Color convert

RGB 205 185 52 -
CMYK 0 0.10 0.75 0.20
HSL 52.16º 0.6% 0.5% -
HSV(B) 52.16º 0.75% 0.8% -
XYZ 43.15 47.93 10.23 -
YUV 175.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 205 185 52 0 0.10 0.75 0.20 52.16 0.6 0.5
Hex CD B9 34 0 A 4B 14 34 3C 32
Octal 315 271 64 0 12 113 24 64 74 62
Binary 11001101 10111001 110100 0 1010 1001011 10100 110100 111100 110010

Color Harmonies of #CDB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB934

Black with #CDB934

Text Example


Text Example

White with #CDB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB934; }

 p { color: rgb(205,185,52); }

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

background-color css

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

 a { background-color: rgb(205,185,52); }

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

border-color css

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

 span { border-color: rgb(205,185,52); }

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