Html Css Color HEX #DFD12B Golden Fizz

📋 copy color: '#DFD12B'

red 223 ◦ green 209 ◦ blue 43

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

Shades of Golden Fizz #DFD12B

Tints of Golden Fizz #DFD12B

RGB

 RED value IS 223 (87.5% from 255) = 46.95%

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 43 (17.19% from 255) = 9.05%

R = 46.95%
G = 44%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DFD12B (or 0xDFD12B) is known color: Golden Fizz. HEX triplet: DF, D1 and 2B. RGB value is (223,209,43). Sum of RGB (Red+Green+Blue) = 223+209+43=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD12B is #202ED4. Grayscale: #C2C2C2. Windows color (decimal): -2109141 or 2871775. OLE color: 2871775.

HSL color Cylindrical-coordinate representation of color #DFD12B: hue angle of 55.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFD12B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 209 43 -
CMYK 0 0.06 0.81 0.13
HSL 55.33º 0.74% 0.52% -
HSV(B) 55.33º 0.81% 0.87% -
XYZ 53.67 61.46 11.32 -
YUV 194.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 223 209 43 0 0.06 0.81 0.13 55.33 0.74 0.52
Hex DF D1 2B 0 6 51 D 37 4A 34
Octal 337 321 53 0 6 121 15 67 112 64
Binary 11011111 11010001 101011 0 110 1010001 1101 110111 1001010 110100

Color Harmonies of #DFD12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD12B

Black with #DFD12B

Text Example


Text Example

White with #DFD12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD12B; }

 p { color: rgb(223,209,43); }

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

background-color css

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

 a { background-color: rgb(223,209,43); }

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

border-color css

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

 span { border-color: rgb(223,209,43); }

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