Html Css Color HEX #D8B202 Sunflower

📋 copy color: '#D8B202'

red 216 ◦ green 178 ◦ blue 2

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

Shades of Sunflower #D8B202

Tints of Sunflower #D8B202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.95%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 54.55%
G = 44.95%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8B202 (or 0xD8B202) is known color: Sunflower. HEX triplet: D8, B2 and 02. RGB value is (216,178,2). Sum of RGB (Red+Green+Blue) = 216+178+2=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B202 is #274DFD. Grayscale: #AAAAAA. Windows color (decimal): -2575870 or 176856. OLE color: 176856.

HSL color Cylindrical-coordinate representation of color #D8B202: hue angle of 49.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8B202 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 2 -
CMYK 0 0.18 0.99 0.15
HSL 49.35º 0.98% 0.43% -
HSV(B) 49.35º 0.99% 0.85% -
XYZ 44.25 46.44 6.69 -
YUV 169.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 216 178 2 0 0.18 0.99 0.15 49.35 0.98 0.43
Hex D8 B2 2 0 12 63 F 31 62 2B
Octal 330 262 2 0 22 143 17 61 142 53
Binary 11011000 10110010 10 0 10010 1100011 1111 110001 1100010 101011

Color Harmonies of #D8B202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B202

Black with #D8B202

Text Example


Text Example

White with #D8B202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B202; }

 p { color: rgb(216,178,2); }

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

background-color css

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

 a { background-color: rgb(216,178,2); }

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

border-color css

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

 span { border-color: rgb(216,178,2); }

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