Html Css Color HEX #DBC01D Sunflower

📋 copy color: '#DBC01D'

red 219 ◦ green 192 ◦ blue 29

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

Shades of Sunflower #DBC01D

Tints of Sunflower #DBC01D

RGB

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

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

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

R = 49.77%
G = 43.64%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBC01D (or 0xDBC01D) is known color: Sunflower. HEX triplet: DB, C0 and 1D. RGB value is (219,192,29). Sum of RGB (Red+Green+Blue) = 219+192+29=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC01D is #243FE2. Grayscale: #B6B6B6. Windows color (decimal): -2375651 or 1949915. OLE color: 1949915.

HSL color Cylindrical-coordinate representation of color #DBC01D: hue angle of 51.47º 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 #DBC01D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 29 -
CMYK 0 0.12 0.87 0.14
HSL 51.47º 0.77% 0.49% -
HSV(B) 51.47º 0.87% 0.86% -
XYZ 48.28 52.85 8.82 -
YUV 181.49 41.95 154.75 -
System Red Green Blue C M Y K H S L
Decimal 219 192 29 0 0.12 0.87 0.14 51.47 0.77 0.49
Hex DB C0 1D 0 C 57 E 33 4D 31
Octal 333 300 35 0 14 127 16 63 115 61
Binary 11011011 11000000 11101 0 1100 1010111 1110 110011 1001101 110001

Color Harmonies of #DBC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC01D

Black with #DBC01D

Text Example


Text Example

White with #DBC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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