Html Css Color HEX #DFDB3E Starship

📋 copy color: '#DFDB3E'

red 223 ◦ green 219 ◦ blue 62

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

Shades of Starship #DFDB3E

Tints of Starship #DFDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.3%

R = 44.25%
G = 43.45%
B = 12.3%

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

#DFDB3E (or 0xDFDB3E) is known color: Starship. HEX triplet: DF, DB and 3E. RGB value is (223,219,62). Sum of RGB (Red+Green+Blue) = 223+219+62=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB3E is #2024C1. Grayscale: #CACACA. Windows color (decimal): -2106562 or 4119519. OLE color: 4119519.

HSL color Cylindrical-coordinate representation of color #DFDB3E: hue angle of 58.51º degrees, saturation: 0.72, 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 #DFDB3E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 62 -
CMYK 0 0.02 0.72 0.13
HSL 58.51º 0.72% 0.56% -
HSV(B) 58.51º 0.72% 0.87% -
XYZ 56.63 66.7 14.45 -
YUV 202.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 223 219 62 0 0.02 0.72 0.13 58.51 0.72 0.56
Hex DF DB 3E 0 2 48 D 3B 48 38
Octal 337 333 76 0 2 110 15 73 110 70
Binary 11011111 11011011 111110 0 10 1001000 1101 111011 1001000 111000

Color Harmonies of #DFDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB3E

Black with #DFDB3E

Text Example


Text Example

White with #DFDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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