Html Css Color HEX #DBCC0D Sunflower

📋 copy color: '#DBCC0D'

red 219 ◦ green 204 ◦ blue 13

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

Shades of Sunflower #DBCC0D

Tints of Sunflower #DBCC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 50.23%
G = 46.79%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBCC0D (or 0xDBCC0D) is known color: Sunflower. HEX triplet: DB, CC and 0D. RGB value is (219,204,13). Sum of RGB (Red+Green+Blue) = 219+204+13=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC0D is #2433F2. Grayscale: #BBBBBB. Windows color (decimal): -2372595 or 904411. OLE color: 904411.

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

Color convert

RGB 219 204 13 -
CMYK 0 0.07 0.94 0.14
HSL 55.63º 0.89% 0.45% -
HSV(B) 55.63º 0.94% 0.86% -
XYZ 50.88 58.27 8.95 -
YUV 186.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 219 204 13 0 0.07 0.94 0.14 55.63 0.89 0.45
Hex DB CC D 0 7 5E E 38 59 2D
Octal 333 314 15 0 7 136 16 70 131 55
Binary 11011011 11001100 1101 0 111 1011110 1110 111000 1011001 101101

Color Harmonies of #DBCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC0D

Black with #DBCC0D

Text Example


Text Example

White with #DBCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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