Html Css Color HEX #DFDD01 Golden Yellow

📋 copy color: '#DFDD01'

red 223 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #DFDD01

Tints of Golden Yellow #DFDD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 50.11%
G = 49.66%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFDD01 (or 0xDFDD01) is known color: Golden Yellow. HEX triplet: DF, DD and 01. RGB value is (223,221,1). Sum of RGB (Red+Green+Blue) = 223+221+1=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD01 is #2022FE. Grayscale: #C5C5C5. Windows color (decimal): -2106111 or 122335. OLE color: 122335.

HSL color Cylindrical-coordinate representation of color #DFDD01: hue angle of 59.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFDD01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 1 -
CMYK 0 0.01 1.00 0.13
HSL 59.46º 0.99% 0.44% -
HSV(B) 59.46º 1% 0.87% -
XYZ 56.29 67.4 10.07 -
YUV 196.52 17.66 146.89 -
System Red Green Blue C M Y K H S L
Decimal 223 221 1 0 0.01 1.00 0.13 59.46 0.99 0.44
Hex DF DD 1 0 1 64 D 3B 63 2C
Octal 337 335 1 0 1 144 15 73 143 54
Binary 11011111 11011101 1 0 1 1100100 1101 111011 1100011 101100

Color Harmonies of #DFDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD01

Black with #DFDD01

Text Example


Text Example

White with #DFDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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