Html Css Color HEX #D6BF23 Sunflower

📋 copy color: '#D6BF23'

red 214 ◦ green 191 ◦ blue 35

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

Shades of Sunflower #D6BF23

Tints of Sunflower #D6BF23

RGB

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

 GREEN value IS 191 (75% from 255) = 43.41%

 BLUE value IS 35 (14.06% from 255) = 7.95%

R = 48.64%
G = 43.41%
B = 7.95%

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

#D6BF23 (or 0xD6BF23) is known color: Sunflower. HEX triplet: D6, BF and 23. RGB value is (214,191,35). Sum of RGB (Red+Green+Blue) = 214+191+35=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF23 is #2940DC. Grayscale: #B4B4B4. Windows color (decimal): -2703581 or 2342870. OLE color: 2342870.

HSL color Cylindrical-coordinate representation of color #D6BF23: hue angle of 52.29º degrees, saturation: 0.72, 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 #D6BF23 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 35 -
CMYK 0 0.11 0.84 0.16
HSL 52.29º 0.72% 0.49% -
HSV(B) 52.29º 0.84% 0.84% -
XYZ 46.67 51.68 9.11 -
YUV 180.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 214 191 35 0 0.11 0.84 0.16 52.29 0.72 0.49
Hex D6 BF 23 0 B 54 10 34 48 31
Octal 326 277 43 0 13 124 20 64 110 61
Binary 11010110 10111111 100011 0 1011 1010100 10000 110100 1001000 110001

Color Harmonies of #D6BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF23

Black with #D6BF23

Text Example


Text Example

White with #D6BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF23; }

 p { color: rgb(214,191,35); }

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

background-color css

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

 a { background-color: rgb(214,191,35); }

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

border-color css

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

 span { border-color: rgb(214,191,35); }

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