Html Css Color HEX #D1CF1F Barberry

📋 copy color: '#D1CF1F'

red 209 ◦ green 207 ◦ blue 31

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

Shades of Barberry #D1CF1F

Tints of Barberry #D1CF1F

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 31 (12.5% from 255) = 6.94%

R = 46.76%
G = 46.31%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1CF1F (or 0xD1CF1F) is known color: Barberry. HEX triplet: D1, CF and 1F. RGB value is (209,207,31). Sum of RGB (Red+Green+Blue) = 209+207+31=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF1F is #2E30E0. Grayscale: #BCBCBC. Windows color (decimal): -3027169 or 2084817. OLE color: 2084817.

HSL color Cylindrical-coordinate representation of color #D1CF1F: hue angle of 59.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1CF1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 207 31 -
CMYK 0 0.01 0.85 0.18
HSL 59.33º 0.74% 0.47% -
HSV(B) 59.33º 0.85% 0.82% -
XYZ 48.85 58.28 9.97 -
YUV 187.53 39.66 143.31 -
System Red Green Blue C M Y K H S L
Decimal 209 207 31 0 0.01 0.85 0.18 59.33 0.74 0.47
Hex D1 CF 1F 0 1 55 12 3B 4A 2F
Octal 321 317 37 0 1 125 22 73 112 57
Binary 11010001 11001111 11111 0 1 1010101 10010 111011 1001010 101111

Color Harmonies of #D1CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CF1F

Black with #D1CF1F

Text Example


Text Example

White with #D1CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CF1F; }

 p { color: rgb(209,207,31); }

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

background-color css

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

 a { background-color: rgb(209,207,31); }

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

border-color css

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

 span { border-color: rgb(209,207,31); }

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