Html Css Color HEX #DDC00B Sunflower

📋 copy color: '#DDC00B'

red 221 ◦ green 192 ◦ blue 11

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

Shades of Sunflower #DDC00B

Tints of Sunflower #DDC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 52.12%
G = 45.28%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDC00B (or 0xDDC00B) is known color: Sunflower. HEX triplet: DD, C0 and 0B. RGB value is (221,192,11). Sum of RGB (Red+Green+Blue) = 221+192+11=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC00B is #223FF4. Grayscale: #B4B4B4. Windows color (decimal): -2244597 or 770269. OLE color: 770269.

HSL color Cylindrical-coordinate representation of color #DDC00B: hue angle of 51.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC00B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 11 -
CMYK 0 0.13 0.95 0.13
HSL 51.71º 0.91% 0.45% -
HSV(B) 51.71º 0.95% 0.87% -
XYZ 48.73 53.1 8 -
YUV 180.04 32.61 157.22 -
System Red Green Blue C M Y K H S L
Decimal 221 192 11 0 0.13 0.95 0.13 51.71 0.91 0.45
Hex DD C0 B 0 D 5F D 34 5B 2D
Octal 335 300 13 0 15 137 15 64 133 55
Binary 11011101 11000000 1011 0 1101 1011111 1101 110100 1011011 101101

Color Harmonies of #DDC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC00B

Black with #DDC00B

Text Example


Text Example

White with #DDC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC00B; }

 p { color: rgb(221,192,11); }

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

background-color css

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

 a { background-color: rgb(221,192,11); }

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

border-color css

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

 span { border-color: rgb(221,192,11); }

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