Html Css Color HEX #DFDD02 Golden Yellow

📋 copy color: '#DFDD02'

red 223 ◦ green 221 ◦ blue 2

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

Shades of Golden Yellow #DFDD02

Tints of Golden Yellow #DFDD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 50%
G = 49.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DFDD02 (or 0xDFDD02) is known color: Golden Yellow. HEX triplet: DF, DD and 02. RGB value is (223,221,2). Sum of RGB (Red+Green+Blue) = 223+221+2=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD02 is #2022FD. Grayscale: #C5C5C5. Windows color (decimal): -2106110 or 187871. OLE color: 187871.

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

Color convert

RGB 223 221 2 -
CMYK 0 0.01 0.99 0.13
HSL 59.46º 0.98% 0.44% -
HSV(B) 59.46º 0.99% 0.87% -
XYZ 56.3 67.41 10.1 -
YUV 196.63 18.16 146.81 -
System Red Green Blue C M Y K H S L
Decimal 223 221 2 0 0.01 0.99 0.13 59.46 0.98 0.44
Hex DF DD 2 0 1 63 D 3B 62 2C
Octal 337 335 2 0 1 143 15 73 142 54
Binary 11011111 11011101 10 0 1 1100011 1101 111011 1100010 101100

Color Harmonies of #DFDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD02

Black with #DFDD02

Text Example


Text Example

White with #DFDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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