Html Css Color HEX #DDCB14 Sunflower

📋 copy color: '#DDCB14'

red 221 ◦ green 203 ◦ blue 20

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

Shades of Sunflower #DDCB14

Tints of Sunflower #DDCB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 49.77%
G = 45.72%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDCB14 (or 0xDDCB14) is known color: Sunflower. HEX triplet: DD, CB and 14. RGB value is (221,203,20). Sum of RGB (Red+Green+Blue) = 221+203+20=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB14 is #2234EB. Grayscale: #BCBCBC. Windows color (decimal): -2241772 or 1362909. OLE color: 1362909.

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

Color convert

RGB 221 203 20 -
CMYK 0 0.08 0.91 0.13
HSL 54.63º 0.83% 0.47% -
HSV(B) 54.63º 0.91% 0.87% -
XYZ 51.3 58.13 9.18 -
YUV 187.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 221 203 20 0 0.08 0.91 0.13 54.63 0.83 0.47
Hex DD CB 14 0 8 5B D 37 53 2F
Octal 335 313 24 0 10 133 15 67 123 57
Binary 11011101 11001011 10100 0 1000 1011011 1101 110111 1010011 101111

Color Harmonies of #DDCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB14

Black with #DDCB14

Text Example


Text Example

White with #DDCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB14; }

 p { color: rgb(221,203,20); }

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

background-color css

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

 a { background-color: rgb(221,203,20); }

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

border-color css

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

 span { border-color: rgb(221,203,20); }

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