Html Css Color HEX #DBCD12 Sunflower

📋 copy color: '#DBCD12'

red 219 ◦ green 205 ◦ blue 18

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

Shades of Sunflower #DBCD12

Tints of Sunflower #DBCD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 49.55%
G = 46.38%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBCD12 (or 0xDBCD12) is known color: Sunflower. HEX triplet: DB, CD and 12. RGB value is (219,205,18). Sum of RGB (Red+Green+Blue) = 219+205+18=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD12 is #2432ED. Grayscale: #BCBCBC. Windows color (decimal): -2372334 or 1232347. OLE color: 1232347.

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

Color convert

RGB 219 205 18 -
CMYK 0 0.06 0.92 0.14
HSL 55.82º 0.85% 0.46% -
HSV(B) 55.82º 0.92% 0.86% -
XYZ 51.15 58.77 9.22 -
YUV 187.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 219 205 18 0 0.06 0.92 0.14 55.82 0.85 0.46
Hex DB CD 12 0 6 5C E 38 55 2E
Octal 333 315 22 0 6 134 16 70 125 56
Binary 11011011 11001101 10010 0 110 1011100 1110 111000 1010101 101110

Color Harmonies of #DBCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD12

Black with #DBCD12

Text Example


Text Example

White with #DBCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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