Html Css Color HEX #DBC21D Sunflower

📋 copy color: '#DBC21D'

red 219 ◦ green 194 ◦ blue 29

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

Shades of Sunflower #DBC21D

Tints of Sunflower #DBC21D

RGB

 RED value IS 219 (85.94% from 255) = 49.55%

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 29 (11.72% from 255) = 6.56%

R = 49.55%
G = 43.89%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBC21D (or 0xDBC21D) is known color: Sunflower. HEX triplet: DB, C2 and 1D. RGB value is (219,194,29). Sum of RGB (Red+Green+Blue) = 219+194+29=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC21D is #243DE2. Grayscale: #B7B7B7. Windows color (decimal): -2375139 or 1950427. OLE color: 1950427.

HSL color Cylindrical-coordinate representation of color #DBC21D: hue angle of 52.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC21D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 29 -
CMYK 0 0.11 0.87 0.14
HSL 52.11º 0.77% 0.49% -
HSV(B) 52.11º 0.87% 0.86% -
XYZ 48.73 53.73 8.97 -
YUV 182.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 219 194 29 0 0.11 0.87 0.14 52.11 0.77 0.49
Hex DB C2 1D 0 B 57 E 34 4D 31
Octal 333 302 35 0 13 127 16 64 115 61
Binary 11011011 11000010 11101 0 1011 1010111 1110 110100 1001101 110001

Color Harmonies of #DBC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC21D

Black with #DBC21D

Text Example


Text Example

White with #DBC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC21D; }

 p { color: rgb(219,194,29); }

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

background-color css

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

 a { background-color: rgb(219,194,29); }

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

border-color css

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

 span { border-color: rgb(219,194,29); }

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