Html Css Color HEX #DFCD1A Sunflower

📋 copy color: '#DFCD1A'

red 223 ◦ green 205 ◦ blue 26

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

Shades of Sunflower #DFCD1A

Tints of Sunflower #DFCD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 26 (10.55% from 255) = 5.73%

R = 49.12%
G = 45.15%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFCD1A (or 0xDFCD1A) is known color: Sunflower. HEX triplet: DF, CD and 1A. RGB value is (223,205,26). Sum of RGB (Red+Green+Blue) = 223+205+26=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD1A is #2032E5. Grayscale: #BEBEBE. Windows color (decimal): -2110182 or 1756639. OLE color: 1756639.

HSL color Cylindrical-coordinate representation of color #DFCD1A: hue angle of 54.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFCD1A is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 26 -
CMYK 0 0.08 0.88 0.13
HSL 54.52º 0.79% 0.49% -
HSV(B) 54.52º 0.88% 0.87% -
XYZ 52.45 59.43 9.68 -
YUV 189.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 223 205 26 0 0.08 0.88 0.13 54.52 0.79 0.49
Hex DF CD 1A 0 8 58 D 37 4F 31
Octal 337 315 32 0 10 130 15 67 117 61
Binary 11011111 11001101 11010 0 1000 1011000 1101 110111 1001111 110001

Color Harmonies of #DFCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD1A

Black with #DFCD1A

Text Example


Text Example

White with #DFCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD1A; }

 p { color: rgb(223,205,26); }

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

background-color css

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

 a { background-color: rgb(223,205,26); }

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

border-color css

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

 span { border-color: rgb(223,205,26); }

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