Html Css Color HEX #DDB102 Sunflower

📋 copy color: '#DDB102'

red 221 ◦ green 177 ◦ blue 2

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

Shades of Sunflower #DDB102

Tints of Sunflower #DDB102

RGB

 RED value IS 221 (86.72% from 255) = 55.25%

 GREEN value IS 177 (69.53% from 255) = 44.25%

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

R = 55.25%
G = 44.25%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB102 (or 0xDDB102) is known color: Sunflower. HEX triplet: DD, B1 and 02. RGB value is (221,177,2). Sum of RGB (Red+Green+Blue) = 221+177+2=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB102 is #224EFD. Grayscale: #AAAAAA. Windows color (decimal): -2248446 or 176605. OLE color: 176605.

HSL color Cylindrical-coordinate representation of color #DDB102: hue angle of 47.95º 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 #DDB102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 2 -
CMYK 0 0.20 0.99 0.13
HSL 47.95º 0.98% 0.44% -
HSV(B) 47.95º 0.99% 0.87% -
XYZ 45.55 46.82 6.69 -
YUV 170.21 33.08 164.23 -
System Red Green Blue C M Y K H S L
Decimal 221 177 2 0 0.20 0.99 0.13 47.95 0.98 0.44
Hex DD B1 2 0 14 63 D 30 62 2C
Octal 335 261 2 0 24 143 15 60 142 54
Binary 11011101 10110001 10 0 10100 1100011 1101 110000 1100010 101100

Color Harmonies of #DDB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB102

Black with #DDB102

Text Example


Text Example

White with #DDB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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