Html Css Color HEX #FFDD2E Gorse

📋 copy color: '#FFDD2E'

red 255 ◦ green 221 ◦ blue 46

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

Shades of Gorse #FFDD2E

Tints of Gorse #FFDD2E

RGB

 RED value IS 255 (100% from 255) = 48.85%

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

 BLUE value IS 46 (18.36% from 255) = 8.81%

R = 48.85%
G = 42.34%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDD2E (or 0xFFDD2E) is known color: Gorse. HEX triplet: FF, DD and 2E. RGB value is (255,221,46). Sum of RGB (Red+Green+Blue) = 255+221+46=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 46 (18.36% from 255 or 8.81% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD2E is #0022D1. Grayscale: #D3D3D3. Windows color (decimal): -8914 or 3071487. OLE color: 3071487.

HSL color Cylindrical-coordinate representation of color #FFDD2E: hue angle of 50.24º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDD2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 46 -
CMYK 0 0.13 0.82 0
HSL 50.24º 1% 0.59% -
HSV(B) 50.24º 0.82% 1% -
XYZ 67.59 73.17 13.15 -
YUV 211.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 255 221 46 0 0.13 0.82 0 50.24 1 0.59
Hex FF DD 2E 0 D 52 0 32 64 3B
Octal 377 335 56 0 15 122 0 62 144 73
Binary 11111111 11011101 101110 0 1101 1010010 0 110010 1100100 111011

Color Harmonies of #FFDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD2E

Black with #FFDD2E

Text Example


Text Example

White with #FFDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD2E; }

 p { color: rgb(255,221,46); }

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

background-color css

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

 a { background-color: rgb(255,221,46); }

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

border-color css

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

 span { border-color: rgb(255,221,46); }

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