Html Css Color HEX #FFDD37 Gorse

📋 copy color: '#FFDD37'

red 255 ◦ green 221 ◦ blue 55

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

Shades of Gorse #FFDD37

Tints of Gorse #FFDD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.36%

R = 48.02%
G = 41.62%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FFDD37 (or 0xFFDD37) is known color: Gorse. HEX triplet: FF, DD and 37. RGB value is (255,221,55). Sum of RGB (Red+Green+Blue) = 255+221+55=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD37 is #0022C8. Grayscale: #D4D4D4. Windows color (decimal): -8905 or 3661311. OLE color: 3661311.

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

Color convert

RGB 255 221 55 -
CMYK 0 0.13 0.78 0
HSL 49.8º 1% 0.61% -
HSV(B) 49.8º 0.78% 1% -
XYZ 67.79 73.25 14.18 -
YUV 212.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 255 221 55 0 0.13 0.78 0 49.8 1 0.61
Hex FF DD 37 0 D 4E 0 32 64 3D
Octal 377 335 67 0 15 116 0 62 144 75
Binary 11111111 11011101 110111 0 1101 1001110 0 110010 1100100 111101

Color Harmonies of #FFDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD37

Black with #FFDD37

Text Example


Text Example

White with #FFDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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