Html Css Color HEX #CDB438 Old Gold

📋 copy color: '#CDB438'

red 205 ◦ green 180 ◦ blue 56

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

Shades of Old Gold #CDB438

Tints of Old Gold #CDB438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 46.49%
G = 40.82%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB438 (or 0xCDB438) is known color: Old Gold. HEX triplet: CD, B4 and 38. RGB value is (205,180,56). Sum of RGB (Red+Green+Blue) = 205+180+56=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB438 is #324BC7. Grayscale: #ADADAD. Windows color (decimal): -3296200 or 3716301. OLE color: 3716301.

HSL color Cylindrical-coordinate representation of color #CDB438: hue angle of 49.93º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDB438 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 180 56 -
CMYK 0 0.12 0.73 0.20
HSL 49.93º 0.6% 0.51% -
HSV(B) 49.93º 0.73% 0.8% -
XYZ 42.21 45.91 10.38 -
YUV 173.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 205 180 56 0 0.12 0.73 0.20 49.93 0.6 0.51
Hex CD B4 38 0 C 49 14 32 3C 33
Octal 315 264 70 0 14 111 24 62 74 63
Binary 11001101 10110100 111000 0 1100 1001001 10100 110010 111100 110011

Color Harmonies of #CDB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB438

Black with #CDB438

Text Example


Text Example

White with #CDB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB438; }

 p { color: rgb(205,180,56); }

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

background-color css

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

 a { background-color: rgb(205,180,56); }

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

border-color css

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

 span { border-color: rgb(205,180,56); }

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