Html Css Color HEX #CDB348 Old Gold

📋 copy color: '#CDB348'

red 205 ◦ green 179 ◦ blue 72

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

Shades of Old Gold #CDB348

Tints of Old Gold #CDB348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 44.96%
G = 39.25%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDB348 (or 0xCDB348) is known color: Old Gold. HEX triplet: CD, B3 and 48. RGB value is (205,179,72). Sum of RGB (Red+Green+Blue) = 205+179+72=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB348 is #324CB7. Grayscale: #AFAFAF. Windows color (decimal): -3296440 or 4764621. OLE color: 4764621.

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

Color convert

RGB 205 179 72 -
CMYK 0 0.13 0.65 0.20
HSL 48.27º 0.57% 0.54% -
HSV(B) 48.27º 0.65% 0.8% -
XYZ 42.47 45.69 12.71 -
YUV 174.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 205 179 72 0 0.13 0.65 0.20 48.27 0.57 0.54
Hex CD B3 48 0 D 41 14 30 39 36
Octal 315 263 110 0 15 101 24 60 71 66
Binary 11001101 10110011 1001000 0 1101 1000001 10100 110000 111001 110110

Color Harmonies of #CDB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB348

Black with #CDB348

Text Example


Text Example

White with #CDB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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