Html Css Color HEX #DBCD14 Sunflower

📋 copy color: '#DBCD14'

red 219 ◦ green 205 ◦ blue 20

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

Shades of Sunflower #DBCD14

Tints of Sunflower #DBCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.17%

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 49.32%
G = 46.17%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBCD14 (or 0xDBCD14) is known color: Sunflower. HEX triplet: DB, CD and 14. RGB value is (219,205,20). Sum of RGB (Red+Green+Blue) = 219+205+20=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD14 is #2432EB. Grayscale: #BCBCBC. Windows color (decimal): -2372332 or 1363419. OLE color: 1363419.

HSL color Cylindrical-coordinate representation of color #DBCD14: hue angle of 55.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBCD14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 20 -
CMYK 0 0.06 0.91 0.14
HSL 55.78º 0.83% 0.47% -
HSV(B) 55.78º 0.91% 0.86% -
XYZ 51.17 58.77 9.31 -
YUV 188.1 33.14 150.04 -
System Red Green Blue C M Y K H S L
Decimal 219 205 20 0 0.06 0.91 0.14 55.78 0.83 0.47
Hex DB CD 14 0 6 5B E 38 53 2F
Octal 333 315 24 0 6 133 16 70 123 57
Binary 11011011 11001101 10100 0 110 1011011 1110 111000 1010011 101111

Color Harmonies of #DBCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD14

Black with #DBCD14

Text Example


Text Example

White with #DBCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD14; }

 p { color: rgb(219,205,20); }

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

background-color css

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

 a { background-color: rgb(219,205,20); }

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

border-color css

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

 span { border-color: rgb(219,205,20); }

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