Html Css Color HEX #DBC003 Sunflower

📋 copy color: '#DBC003'

red 219 ◦ green 192 ◦ blue 3

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

Shades of Sunflower #DBC003

Tints of Sunflower #DBC003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 52.9%
G = 46.38%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBC003 (or 0xDBC003) is known color: Sunflower. HEX triplet: DB, C0 and 03. RGB value is (219,192,3). Sum of RGB (Red+Green+Blue) = 219+192+3=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC003 is #243FFC. Grayscale: #B3B3B3. Windows color (decimal): -2375677 or 245979. OLE color: 245979.

HSL color Cylindrical-coordinate representation of color #DBC003: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBC003 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 3 -
CMYK 0 0.12 0.99 0.14
HSL 52.5º 0.97% 0.44% -
HSV(B) 52.5º 0.99% 0.86% -
XYZ 48.08 52.77 7.74 -
YUV 178.53 28.95 156.87 -
System Red Green Blue C M Y K H S L
Decimal 219 192 3 0 0.12 0.99 0.14 52.5 0.97 0.44
Hex DB C0 3 0 C 63 E 34 61 2C
Octal 333 300 3 0 14 143 16 64 141 54
Binary 11011011 11000000 11 0 1100 1100011 1110 110100 1100001 101100

Color Harmonies of #DBC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC003

Black with #DBC003

Text Example


Text Example

White with #DBC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC003; }

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

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

background-color css

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

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

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

border-color css

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

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

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