Html Css Color HEX #D4B21B Sunflower

📋 copy color: '#D4B21B'

red 212 ◦ green 178 ◦ blue 27

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

Shades of Sunflower #D4B21B

Tints of Sunflower #D4B21B

RGB

 RED value IS 212 (83.2% from 255) = 50.84%

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

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

R = 50.84%
G = 42.69%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4B21B (or 0xD4B21B) is known color: Sunflower. HEX triplet: D4, B2 and 1B. RGB value is (212,178,27). Sum of RGB (Red+Green+Blue) = 212+178+27=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B21B is #2B4DE4. Grayscale: #ABABAB. Windows color (decimal): -2837989 or 1815252. OLE color: 1815252.

HSL color Cylindrical-coordinate representation of color #D4B21B: hue angle of 48.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4B21B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 178 27 -
CMYK 0 0.16 0.87 0.17
HSL 48.97º 0.77% 0.47% -
HSV(B) 48.97º 0.87% 0.83% -
XYZ 43.27 45.92 7.62 -
YUV 170.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 212 178 27 0 0.16 0.87 0.17 48.97 0.77 0.47
Hex D4 B2 1B 0 10 57 11 31 4D 2F
Octal 324 262 33 0 20 127 21 61 115 57
Binary 11010100 10110010 11011 0 10000 1010111 10001 110001 1001101 101111

Color Harmonies of #D4B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B21B

Black with #D4B21B

Text Example


Text Example

White with #D4B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B21B; }

 p { color: rgb(212,178,27); }

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

background-color css

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

 a { background-color: rgb(212,178,27); }

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

border-color css

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

 span { border-color: rgb(212,178,27); }

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