Html Css Color HEX #DFDB3F Starship

📋 copy color: '#DFDB3F'

red 223 ◦ green 219 ◦ blue 63

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

Shades of Starship #DFDB3F

Tints of Starship #DFDB3F

RGB

 RED value IS 223 (87.5% from 255) = 44.16%

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

 BLUE value IS 63 (25% from 255) = 12.48%

R = 44.16%
G = 43.37%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFDB3F (or 0xDFDB3F) is known color: Starship. HEX triplet: DF, DB and 3F. RGB value is (223,219,63). Sum of RGB (Red+Green+Blue) = 223+219+63=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB3F is #2024C0. Grayscale: #CBCBCB. Windows color (decimal): -2106561 or 4185055. OLE color: 4185055.

HSL color Cylindrical-coordinate representation of color #DFDB3F: hue angle of 58.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFDB3F is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 63 -
CMYK 0 0.02 0.72 0.13
HSL 58.5º 0.71% 0.56% -
HSV(B) 58.5º 0.72% 0.87% -
XYZ 56.66 66.71 14.59 -
YUV 202.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 223 219 63 0 0.02 0.72 0.13 58.5 0.71 0.56
Hex DF DB 3F 0 2 48 D 3A 47 38
Octal 337 333 77 0 2 110 15 72 107 70
Binary 11011111 11011011 111111 0 10 1001000 1101 111010 1000111 111000

Color Harmonies of #DFDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB3F

Black with #DFDB3F

Text Example


Text Example

White with #DFDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB3F; }

 p { color: rgb(223,219,63); }

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

background-color css

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

 a { background-color: rgb(223,219,63); }

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

border-color css

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

 span { border-color: rgb(223,219,63); }

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