Html Css Color HEX #DFEB3A Starship

📋 copy color: '#DFEB3A'

red 223 ◦ green 235 ◦ blue 58

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

Shades of Starship #DFEB3A

Tints of Starship #DFEB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.24%

R = 43.22%
G = 45.54%
B = 11.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#DFEB3A (or 0xDFEB3A) is known color: Starship. HEX triplet: DF, EB and 3A. RGB value is (223,235,58). Sum of RGB (Red+Green+Blue) = 223+235+58=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB3A is #2014C5. Grayscale: #D3D3D3. Windows color (decimal): -2102470 or 3861471. OLE color: 3861471.

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

Color convert

RGB 223 235 58 -
CMYK 0.05 0 0.75 0.08
HSL 64.07º 0.82% 0.57% -
HSV(B) 64.07º 0.75% 0.92% -
XYZ 60.9 75.41 15.35 -
YUV 211.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 223 235 58 0.05 0 0.75 0.08 64.07 0.82 0.57
Hex DF EB 3A 5 0 4B 8 40 52 39
Octal 337 353 72 5 0 113 10 100 122 71
Binary 11011111 11101011 111010 101 0 1001011 1000 1000000 1010010 111001

Color Harmonies of #DFEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB3A

Black with #DFEB3A

Text Example


Text Example

White with #DFEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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