Html Css Color HEX #DFCF1D Barberry

📋 copy color: '#DFCF1D'

red 223 ◦ green 207 ◦ blue 29

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

Shades of Barberry #DFCF1D

Tints of Barberry #DFCF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 48.58%
G = 45.1%
B = 6.32%

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

#DFCF1D (or 0xDFCF1D) is known color: Barberry. HEX triplet: DF, CF and 1D. RGB value is (223,207,29). Sum of RGB (Red+Green+Blue) = 223+207+29=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF1D is #2030E2. Grayscale: #C0C0C0. Windows color (decimal): -2109667 or 1953759. OLE color: 1953759.

HSL color Cylindrical-coordinate representation of color #DFCF1D: hue angle of 55.05º degrees, saturation: 0.77, 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 #DFCF1D is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 29 -
CMYK 0 0.07 0.87 0.13
HSL 55.05º 0.77% 0.49% -
HSV(B) 55.05º 0.87% 0.87% -
XYZ 52.97 60.4 10.03 -
YUV 191.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 223 207 29 0 0.07 0.87 0.13 55.05 0.77 0.49
Hex DF CF 1D 0 7 57 D 37 4D 31
Octal 337 317 35 0 7 127 15 67 115 61
Binary 11011111 11001111 11101 0 111 1010111 1101 110111 1001101 110001

Color Harmonies of #DFCF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF1D

Black with #DFCF1D

Text Example


Text Example

White with #DFCF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF1D; }

 p { color: rgb(223,207,29); }

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

background-color css

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

 a { background-color: rgb(223,207,29); }

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

border-color css

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

 span { border-color: rgb(223,207,29); }

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