Html Css Color HEX #D6BB25 Sunflower

📋 copy color: '#D6BB25'

red 214 ◦ green 187 ◦ blue 37

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

Shades of Sunflower #D6BB25

Tints of Sunflower #D6BB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.45%

R = 48.86%
G = 42.69%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6BB25 (or 0xD6BB25) is known color: Sunflower. HEX triplet: D6, BB and 25. RGB value is (214,187,37). Sum of RGB (Red+Green+Blue) = 214+187+37=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB25 is #2944DA. Grayscale: #B2B2B2. Windows color (decimal): -2704603 or 2472918. OLE color: 2472918.

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

Color convert

RGB 214 187 37 -
CMYK 0 0.13 0.83 0.16
HSL 50.85º 0.71% 0.49% -
HSV(B) 50.85º 0.83% 0.84% -
XYZ 45.84 49.97 8.98 -
YUV 177.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 214 187 37 0 0.13 0.83 0.16 50.85 0.71 0.49
Hex D6 BB 25 0 D 53 10 33 47 31
Octal 326 273 45 0 15 123 20 63 107 61
Binary 11010110 10111011 100101 0 1101 1010011 10000 110011 1000111 110001

Color Harmonies of #D6BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB25

Black with #D6BB25

Text Example


Text Example

White with #D6BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB25; }

 p { color: rgb(214,187,37); }

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

background-color css

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

 a { background-color: rgb(214,187,37); }

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

border-color css

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

 span { border-color: rgb(214,187,37); }

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