Html Css Color HEX #DBCA0D Sunflower

📋 copy color: '#DBCA0D'

red 219 ◦ green 202 ◦ blue 13

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

Shades of Sunflower #DBCA0D

Tints of Sunflower #DBCA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 13 (5.47% from 255) = 3%

R = 50.46%
G = 46.54%
B = 3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBCA0D (or 0xDBCA0D) is known color: Sunflower. HEX triplet: DB, CA and 0D. RGB value is (219,202,13). Sum of RGB (Red+Green+Blue) = 219+202+13=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0D is #2435F2. Grayscale: #BABABA. Windows color (decimal): -2373107 or 903899. OLE color: 903899.

HSL color Cylindrical-coordinate representation of color #DBCA0D: hue angle of 55.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBCA0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 13 -
CMYK 0 0.08 0.94 0.14
HSL 55.05º 0.89% 0.45% -
HSV(B) 55.05º 0.94% 0.86% -
XYZ 50.41 57.33 8.79 -
YUV 185.54 30.63 151.87 -
System Red Green Blue C M Y K H S L
Decimal 219 202 13 0 0.08 0.94 0.14 55.05 0.89 0.45
Hex DB CA D 0 8 5E E 37 59 2D
Octal 333 312 15 0 10 136 16 67 131 55
Binary 11011011 11001010 1101 0 1000 1011110 1110 110111 1011001 101101

Color Harmonies of #DBCA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA0D

Black with #DBCA0D

Text Example


Text Example

White with #DBCA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA0D; }

 p { color: rgb(219,202,13); }

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

background-color css

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

 a { background-color: rgb(219,202,13); }

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

border-color css

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

 span { border-color: rgb(219,202,13); }

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