Html Css Color HEX #DBCC12 Sunflower

📋 copy color: '#DBCC12'

red 219 ◦ green 204 ◦ blue 18

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

Shades of Sunflower #DBCC12

Tints of Sunflower #DBCC12

RGB

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

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

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

R = 49.66%
G = 46.26%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBCC12 (or 0xDBCC12) is known color: Sunflower. HEX triplet: DB, CC and 12. RGB value is (219,204,18). Sum of RGB (Red+Green+Blue) = 219+204+18=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC12 is #2433ED. Grayscale: #BCBCBC. Windows color (decimal): -2372590 or 1232091. OLE color: 1232091.

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

Color convert

RGB 219 204 18 -
CMYK 0 0.07 0.92 0.14
HSL 55.52º 0.85% 0.46% -
HSV(B) 55.52º 0.92% 0.86% -
XYZ 50.92 58.29 9.14 -
YUV 187.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 219 204 18 0 0.07 0.92 0.14 55.52 0.85 0.46
Hex DB CC 12 0 7 5C E 38 55 2E
Octal 333 314 22 0 7 134 16 70 125 56
Binary 11011011 11001100 10010 0 111 1011100 1110 111000 1010101 101110

Color Harmonies of #DBCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC12

Black with #DBCC12

Text Example


Text Example

White with #DBCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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