Html Css Color HEX #DFEB3C Starship

📋 copy color: '#DFEB3C'

red 223 ◦ green 235 ◦ blue 60

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

Shades of Starship #DFEB3C

Tints of Starship #DFEB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 60 (23.83% from 255) = 11.58%

R = 43.05%
G = 45.37%
B = 11.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DFEB3C (or 0xDFEB3C) is known color: Starship. HEX triplet: DF, EB and 3C. RGB value is (223,235,60). Sum of RGB (Red+Green+Blue) = 223+235+60=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB3C is #2014C3. Grayscale: #D4D4D4. Windows color (decimal): -2102468 or 3992543. OLE color: 3992543.

HSL color Cylindrical-coordinate representation of color #DFEB3C: hue angle of 64.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFEB3C is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 60 -
CMYK 0.05 0 0.74 0.08
HSL 64.11º 0.81% 0.58% -
HSV(B) 64.11º 0.74% 0.92% -
XYZ 60.96 75.43 15.62 -
YUV 211.46 42.52 136.23 -
System Red Green Blue C M Y K H S L
Decimal 223 235 60 0.05 0 0.74 0.08 64.11 0.81 0.58
Hex DF EB 3C 5 0 4A 8 40 51 3A
Octal 337 353 74 5 0 112 10 100 121 72
Binary 11011111 11101011 111100 101 0 1001010 1000 1000000 1010001 111010

Color Harmonies of #DFEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB3C

Black with #DFEB3C

Text Example


Text Example

White with #DFEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB3C; }

 p { color: rgb(223,235,60); }

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

background-color css

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

 a { background-color: rgb(223,235,60); }

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

border-color css

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

 span { border-color: rgb(223,235,60); }

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