Html Css Color HEX #D3BB1B Sunflower

📋 copy color: '#D3BB1B'

red 211 ◦ green 187 ◦ blue 27

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

Shades of Sunflower #D3BB1B

Tints of Sunflower #D3BB1B

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 49.65%
G = 44%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3BB1B (or 0xD3BB1B) is known color: Sunflower. HEX triplet: D3, BB and 1B. RGB value is (211,187,27). Sum of RGB (Red+Green+Blue) = 211+187+27=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BB1B is #2C44E4. Grayscale: #B0B0B0. Windows color (decimal): -2901221 or 1817555. OLE color: 1817555.

HSL color Cylindrical-coordinate representation of color #D3BB1B: hue angle of 52.17º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3BB1B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 187 27 -
CMYK 0 0.11 0.87 0.17
HSL 52.17º 0.77% 0.47% -
HSV(B) 52.17º 0.87% 0.83% -
XYZ 44.83 49.47 8.22 -
YUV 175.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 211 187 27 0 0.11 0.87 0.17 52.17 0.77 0.47
Hex D3 BB 1B 0 B 57 11 34 4D 2F
Octal 323 273 33 0 13 127 21 64 115 57
Binary 11010011 10111011 11011 0 1011 1010111 10001 110100 1001101 101111

Color Harmonies of #D3BB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB1B

Black with #D3BB1B

Text Example


Text Example

White with #D3BB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB1B; }

 p { color: rgb(211,187,27); }

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

background-color css

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

 a { background-color: rgb(211,187,27); }

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

border-color css

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

 span { border-color: rgb(211,187,27); }

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