Html Css Color HEX #DFDD3E Starship

📋 copy color: '#DFDD3E'

red 223 ◦ green 221 ◦ blue 62

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

Shades of Starship #DFDD3E

Tints of Starship #DFDD3E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

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

R = 44.07%
G = 43.68%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFDD3E (or 0xDFDD3E) is known color: Starship. HEX triplet: DF, DD and 3E. RGB value is (223,221,62). Sum of RGB (Red+Green+Blue) = 223+221+62=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD3E is #2022C1. Grayscale: #CCCCCC. Windows color (decimal): -2106050 or 4120031. OLE color: 4120031.

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

Color convert

RGB 223 221 62 -
CMYK 0 0.01 0.72 0.13
HSL 59.25º 0.72% 0.56% -
HSV(B) 59.25º 0.72% 0.87% -
XYZ 57.16 67.75 14.62 -
YUV 203.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 223 221 62 0 0.01 0.72 0.13 59.25 0.72 0.56
Hex DF DD 3E 0 1 48 D 3B 48 38
Octal 337 335 76 0 1 110 15 73 110 70
Binary 11011111 11011101 111110 0 1 1001000 1101 111011 1001000 111000

Color Harmonies of #DFDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD3E

Black with #DFDD3E

Text Example


Text Example

White with #DFDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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