Html Css Color HEX #DFD01C Barberry

📋 copy color: '#DFD01C'

red 223 ◦ green 208 ◦ blue 28

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

Shades of Barberry #DFD01C

Tints of Barberry #DFD01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 48.58%
G = 45.32%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFD01C (or 0xDFD01C) is known color: Barberry. HEX triplet: DF, D0 and 1C. RGB value is (223,208,28). Sum of RGB (Red+Green+Blue) = 223+208+28=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD01C is #202FE3. Grayscale: #C0C0C0. Windows color (decimal): -2109412 or 1888479. OLE color: 1888479.

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

Color convert

RGB 223 208 28 -
CMYK 0 0.07 0.87 0.13
HSL 55.38º 0.78% 0.49% -
HSV(B) 55.38º 0.87% 0.87% -
XYZ 53.2 60.88 10.05 -
YUV 191.97 35.47 150.14 -
System Red Green Blue C M Y K H S L
Decimal 223 208 28 0 0.07 0.87 0.13 55.38 0.78 0.49
Hex DF D0 1C 0 7 57 D 37 4E 31
Octal 337 320 34 0 7 127 15 67 116 61
Binary 11011111 11010000 11100 0 111 1010111 1101 110111 1001110 110001

Color Harmonies of #DFD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD01C

Black with #DFD01C

Text Example


Text Example

White with #DFD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD01C; }

 p { color: rgb(223,208,28); }

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

background-color css

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

 a { background-color: rgb(223,208,28); }

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

border-color css

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

 span { border-color: rgb(223,208,28); }

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