Html Css Color HEX #D8C31B Sunflower

📋 copy color: '#D8C31B'

red 216 ◦ green 195 ◦ blue 27

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

Shades of Sunflower #D8C31B

Tints of Sunflower #D8C31B

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

 GREEN value IS 195 (76.56% from 255) = 44.52%

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

R = 49.32%
G = 44.52%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8C31B (or 0xD8C31B) is known color: Sunflower. HEX triplet: D8, C3 and 1B. RGB value is (216,195,27). Sum of RGB (Red+Green+Blue) = 216+195+27=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C31B is #273CE4. Grayscale: #B6B6B6. Windows color (decimal): -2571493 or 1819608. OLE color: 1819608.

HSL color Cylindrical-coordinate representation of color #D8C31B: hue angle of 53.33º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8C31B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 27 -
CMYK 0 0.10 0.88 0.15
HSL 53.33º 0.78% 0.48% -
HSV(B) 53.33º 0.88% 0.85% -
XYZ 48.03 53.71 8.87 -
YUV 182.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 216 195 27 0 0.10 0.88 0.15 53.33 0.78 0.48
Hex D8 C3 1B 0 A 58 F 35 4E 30
Octal 330 303 33 0 12 130 17 65 116 60
Binary 11011000 11000011 11011 0 1010 1011000 1111 110101 1001110 110000

Color Harmonies of #D8C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C31B

Black with #D8C31B

Text Example


Text Example

White with #D8C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C31B; }

 p { color: rgb(216,195,27); }

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

background-color css

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

 a { background-color: rgb(216,195,27); }

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

border-color css

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

 span { border-color: rgb(216,195,27); }

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