Html Css Color HEX #CDB82D Old Gold

📋 copy color: '#CDB82D'

red 205 ◦ green 184 ◦ blue 45

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

Shades of Old Gold #CDB82D

Tints of Old Gold #CDB82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.37%

R = 47.24%
G = 42.4%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB82D (or 0xCDB82D) is known color: Old Gold. HEX triplet: CD, B8 and 2D. RGB value is (205,184,45). Sum of RGB (Red+Green+Blue) = 205+184+45=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB82D is #3247D2. Grayscale: #AFAFAF. Windows color (decimal): -3295187 or 2996429. OLE color: 2996429.

HSL color Cylindrical-coordinate representation of color #CDB82D: hue angle of 52.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDB82D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 45 -
CMYK 0 0.10 0.78 0.20
HSL 52.13º 0.64% 0.49% -
HSV(B) 52.13º 0.78% 0.8% -
XYZ 42.79 47.45 9.39 -
YUV 174.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 205 184 45 0 0.10 0.78 0.20 52.13 0.64 0.49
Hex CD B8 2D 0 A 4E 14 34 40 31
Octal 315 270 55 0 12 116 24 64 100 61
Binary 11001101 10111000 101101 0 1010 1001110 10100 110100 1000000 110001

Color Harmonies of #CDB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB82D

Black with #CDB82D

Text Example


Text Example

White with #CDB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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