Html Css Color HEX #DFCD1B Sunflower

📋 copy color: '#DFCD1B'

red 223 ◦ green 205 ◦ blue 27

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

Shades of Sunflower #DFCD1B

Tints of Sunflower #DFCD1B

RGB

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

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

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

R = 49.01%
G = 45.05%
B = 5.93%

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

#DFCD1B (or 0xDFCD1B) is known color: Sunflower. HEX triplet: DF, CD and 1B. RGB value is (223,205,27). Sum of RGB (Red+Green+Blue) = 223+205+27=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD1B is #2032E4. Grayscale: #BEBEBE. Windows color (decimal): -2110181 or 1822175. OLE color: 1822175.

HSL color Cylindrical-coordinate representation of color #DFCD1B: hue angle of 54.49º degrees, saturation: 0.78, 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 #DFCD1B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 27 -
CMYK 0 0.08 0.88 0.13
HSL 54.49º 0.78% 0.49% -
HSV(B) 54.49º 0.88% 0.87% -
XYZ 52.46 59.43 9.74 -
YUV 190.09 35.96 151.47 -
System Red Green Blue C M Y K H S L
Decimal 223 205 27 0 0.08 0.88 0.13 54.49 0.78 0.49
Hex DF CD 1B 0 8 58 D 36 4E 31
Octal 337 315 33 0 10 130 15 66 116 61
Binary 11011111 11001101 11011 0 1000 1011000 1101 110110 1001110 110001

Color Harmonies of #DFCD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD1B

Black with #DFCD1B

Text Example


Text Example

White with #DFCD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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