Html Css Color HEX #DBBB07 Sunflower

📋 copy color: '#DBBB07'

red 219 ◦ green 187 ◦ blue 7

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

Shades of Sunflower #DBBB07

Tints of Sunflower #DBBB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 53.03%
G = 45.28%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBBB07 (or 0xDBBB07) is known color: Sunflower. HEX triplet: DB, BB and 07. RGB value is (219,187,7). Sum of RGB (Red+Green+Blue) = 219+187+7=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB07 is #2444F8. Grayscale: #B0B0B0. Windows color (decimal): -2376953 or 506843. OLE color: 506843.

HSL color Cylindrical-coordinate representation of color #DBBB07: hue angle of 50.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBBB07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 7 -
CMYK 0 0.15 0.97 0.14
HSL 50.94º 0.94% 0.44% -
HSV(B) 50.94º 0.97% 0.86% -
XYZ 47.02 50.62 7.49 -
YUV 176.05 32.6 158.64 -
System Red Green Blue C M Y K H S L
Decimal 219 187 7 0 0.15 0.97 0.14 50.94 0.94 0.44
Hex DB BB 7 0 F 61 E 33 5E 2C
Octal 333 273 7 0 17 141 16 63 136 54
Binary 11011011 10111011 111 0 1111 1100001 1110 110011 1011110 101100

Color Harmonies of #DBBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB07

Black with #DBBB07

Text Example


Text Example

White with #DBBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB07; }

 p { color: rgb(219,187,7); }

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

background-color css

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

 a { background-color: rgb(219,187,7); }

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

border-color css

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

 span { border-color: rgb(219,187,7); }

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