Html Css Color HEX #DCDB47 Starship

📋 copy color: '#DCDB47'

red 220 ◦ green 219 ◦ blue 71

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

Shades of Starship #DCDB47

Tints of Starship #DCDB47

RGB

 RED value IS 220 (86.33% from 255) = 43.14%

 GREEN value IS 219 (85.94% from 255) = 42.94%

 BLUE value IS 71 (28.13% from 255) = 13.92%

R = 43.14%
G = 42.94%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCDB47 (or 0xDCDB47) is known color: Starship. HEX triplet: DC, DB and 47. RGB value is (220,219,71). Sum of RGB (Red+Green+Blue) = 220+219+71=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB47 is #2324B8. Grayscale: #CBCBCB. Windows color (decimal): -2303161 or 4709340. OLE color: 4709340.

HSL color Cylindrical-coordinate representation of color #DCDB47: hue angle of 59.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDB47 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 71 -
CMYK 0 0.00 0.68 0.14
HSL 59.6º 0.68% 0.57% -
HSV(B) 59.6º 0.68% 0.86% -
XYZ 55.98 66.33 15.81 -
YUV 202.43 53.83 140.53 -
System Red Green Blue C M Y K H S L
Decimal 220 219 71 0 0.00 0.68 0.14 59.6 0.68 0.57
Hex DC DB 47 0 0 44 E 3C 44 39
Octal 334 333 107 0 0 104 16 74 104 71
Binary 11011100 11011011 1000111 0 0 1000100 1110 111100 1000100 111001

Color Harmonies of #DCDB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB47

Black with #DCDB47

Text Example


Text Example

White with #DCDB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB47; }

 p { color: rgb(220,219,71); }

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

background-color css

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

 a { background-color: rgb(220,219,71); }

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

border-color css

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

 span { border-color: rgb(220,219,71); }

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