Html Css Color HEX #DBC80B Sunflower

📋 copy color: '#DBC80B'

red 219 ◦ green 200 ◦ blue 11

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

Shades of Sunflower #DBC80B

Tints of Sunflower #DBC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.51%

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 50.93%
G = 46.51%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBC80B (or 0xDBC80B) is known color: Sunflower. HEX triplet: DB, C8 and 0B. RGB value is (219,200,11). Sum of RGB (Red+Green+Blue) = 219+200+11=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC80B is #2437F4. Grayscale: #B8B8B8. Windows color (decimal): -2373621 or 772315. OLE color: 772315.

HSL color Cylindrical-coordinate representation of color #DBC80B: hue angle of 54.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBC80B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 11 -
CMYK 0 0.09 0.95 0.14
HSL 54.52º 0.9% 0.45% -
HSV(B) 54.52º 0.95% 0.86% -
XYZ 49.93 56.39 8.57 -
YUV 184.14 30.29 152.87 -
System Red Green Blue C M Y K H S L
Decimal 219 200 11 0 0.09 0.95 0.14 54.52 0.9 0.45
Hex DB C8 B 0 9 5F E 37 5A 2D
Octal 333 310 13 0 11 137 16 67 132 55
Binary 11011011 11001000 1011 0 1001 1011111 1110 110111 1011010 101101

Color Harmonies of #DBC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC80B

Black with #DBC80B

Text Example


Text Example

White with #DBC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC80B; }

 p { color: rgb(219,200,11); }

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

background-color css

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

 a { background-color: rgb(219,200,11); }

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

border-color css

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

 span { border-color: rgb(219,200,11); }

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