Html Css Color HEX #D9CF1F Barberry

📋 copy color: '#D9CF1F'

red 217 ◦ green 207 ◦ blue 31

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

Shades of Barberry #D9CF1F

Tints of Barberry #D9CF1F

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

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

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

R = 47.69%
G = 45.49%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9CF1F (or 0xD9CF1F) is known color: Barberry. HEX triplet: D9, CF and 1F. RGB value is (217,207,31). Sum of RGB (Red+Green+Blue) = 217+207+31=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF1F is #2630E0. Grayscale: #BEBEBE. Windows color (decimal): -2502881 or 2084825. OLE color: 2084825.

HSL color Cylindrical-coordinate representation of color #D9CF1F: hue angle of 56.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9CF1F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 31 -
CMYK 0 0.05 0.86 0.15
HSL 56.77º 0.75% 0.49% -
HSV(B) 56.77º 0.86% 0.85% -
XYZ 51.18 59.48 10.08 -
YUV 189.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 217 207 31 0 0.05 0.86 0.15 56.77 0.75 0.49
Hex D9 CF 1F 0 5 56 F 39 4B 31
Octal 331 317 37 0 5 126 17 71 113 61
Binary 11011001 11001111 11111 0 101 1010110 1111 111001 1001011 110001

Color Harmonies of #D9CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF1F

Black with #D9CF1F

Text Example


Text Example

White with #D9CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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