Html Css Color HEX #D8CF1F Barberry

📋 copy color: '#D8CF1F'

red 216 ◦ green 207 ◦ blue 31

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

Shades of Barberry #D8CF1F

Tints of Barberry #D8CF1F

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

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

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

R = 47.58%
G = 45.59%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8CF1F (or 0xD8CF1F) is known color: Barberry. HEX triplet: D8, CF and 1F. RGB value is (216,207,31). Sum of RGB (Red+Green+Blue) = 216+207+31=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF1F is #2730E0. Grayscale: #BEBEBE. Windows color (decimal): -2568417 or 2084824. OLE color: 2084824.

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

Color convert

RGB 216 207 31 -
CMYK 0 0.04 0.86 0.15
HSL 57.08º 0.75% 0.48% -
HSV(B) 57.08º 0.86% 0.85% -
XYZ 50.88 59.32 10.07 -
YUV 189.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 216 207 31 0 0.04 0.86 0.15 57.08 0.75 0.48
Hex D8 CF 1F 0 4 56 F 39 4B 30
Octal 330 317 37 0 4 126 17 71 113 60
Binary 11011000 11001111 11111 0 100 1010110 1111 111001 1001011 110000

Color Harmonies of #D8CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF1F

Black with #D8CF1F

Text Example


Text Example

White with #D8CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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