Html Css Color HEX #DBCD10 Sunflower

📋 copy color: '#DBCD10'

red 219 ◦ green 205 ◦ blue 16

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

Shades of Sunflower #DBCD10

Tints of Sunflower #DBCD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 49.77%
G = 46.59%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBCD10 (or 0xDBCD10) is known color: Sunflower. HEX triplet: DB, CD and 10. RGB value is (219,205,16). Sum of RGB (Red+Green+Blue) = 219+205+16=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD10 is #2432EF. Grayscale: #BCBCBC. Windows color (decimal): -2372336 or 1101275. OLE color: 1101275.

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

Color convert

RGB 219 205 16 -
CMYK 0 0.06 0.93 0.14
HSL 55.86º 0.86% 0.46% -
HSV(B) 55.86º 0.93% 0.86% -
XYZ 51.14 58.76 9.14 -
YUV 187.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 219 205 16 0 0.06 0.93 0.14 55.86 0.86 0.46
Hex DB CD 10 0 6 5D E 38 56 2E
Octal 333 315 20 0 6 135 16 70 126 56
Binary 11011011 11001101 10000 0 110 1011101 1110 111000 1010110 101110

Color Harmonies of #DBCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD10

Black with #DBCD10

Text Example


Text Example

White with #DBCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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