Html Css Color HEX #DBC227 Sunflower

📋 copy color: '#DBC227'

red 219 ◦ green 194 ◦ blue 39

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

Shades of Sunflower #DBC227

Tints of Sunflower #DBC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

 BLUE value IS 39 (15.63% from 255) = 8.63%

R = 48.45%
G = 42.92%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBC227 (or 0xDBC227) is known color: Sunflower. HEX triplet: DB, C2 and 27. RGB value is (219,194,39). Sum of RGB (Red+Green+Blue) = 219+194+39=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC227 is #243DD8. Grayscale: #B8B8B8. Windows color (decimal): -2375129 or 2605787. OLE color: 2605787.

HSL color Cylindrical-coordinate representation of color #DBC227: hue angle of 51.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBC227 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 39 -
CMYK 0 0.11 0.82 0.14
HSL 51.67º 0.71% 0.51% -
HSV(B) 51.67º 0.82% 0.86% -
XYZ 48.87 53.79 9.73 -
YUV 183.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 219 194 39 0 0.11 0.82 0.14 51.67 0.71 0.51
Hex DB C2 27 0 B 52 E 34 47 33
Octal 333 302 47 0 13 122 16 64 107 63
Binary 11011011 11000010 100111 0 1011 1010010 1110 110100 1000111 110011

Color Harmonies of #DBC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC227

Black with #DBC227

Text Example


Text Example

White with #DBC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC227; }

 p { color: rgb(219,194,39); }

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

background-color css

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

 a { background-color: rgb(219,194,39); }

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

border-color css

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

 span { border-color: rgb(219,194,39); }

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