Html Css Color HEX #D6BE22 Sunflower

📋 copy color: '#D6BE22'

red 214 ◦ green 190 ◦ blue 34

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

Shades of Sunflower #D6BE22

Tints of Sunflower #D6BE22

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 34 (13.67% from 255) = 7.76%

R = 48.86%
G = 43.38%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D6BE22 (or 0xD6BE22) is known color: Sunflower. HEX triplet: D6, BE and 22. RGB value is (214,190,34). Sum of RGB (Red+Green+Blue) = 214+190+34=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BE22 is #2941DD. Grayscale: #B4B4B4. Windows color (decimal): -2703838 or 2277078. OLE color: 2277078.

HSL color Cylindrical-coordinate representation of color #D6BE22: hue angle of 52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6BE22 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 34 -
CMYK 0 0.11 0.84 0.16
HSL 52º 0.73% 0.49% -
HSV(B) 52º 0.84% 0.84% -
XYZ 46.43 51.24 8.96 -
YUV 179.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 214 190 34 0 0.11 0.84 0.16 52 0.73 0.49
Hex D6 BE 22 0 B 54 10 34 49 31
Octal 326 276 42 0 13 124 20 64 111 61
Binary 11010110 10111110 100010 0 1011 1010100 10000 110100 1001001 110001

Color Harmonies of #D6BE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE22

Black with #D6BE22

Text Example


Text Example

White with #D6BE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE22; }

 p { color: rgb(214,190,34); }

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

background-color css

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

 a { background-color: rgb(214,190,34); }

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

border-color css

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

 span { border-color: rgb(214,190,34); }

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