Html Css Color HEX #D9CF1E Barberry

📋 copy color: '#D9CF1E'

red 217 ◦ green 207 ◦ blue 30

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

Shades of Barberry #D9CF1E

Tints of Barberry #D9CF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.61%

R = 47.8%
G = 45.59%
B = 6.61%

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

#D9CF1E (or 0xD9CF1E) is known color: Barberry. HEX triplet: D9, CF and 1E. RGB value is (217,207,30). Sum of RGB (Red+Green+Blue) = 217+207+30=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF1E is #2630E1. Grayscale: #BEBEBE. Windows color (decimal): -2502882 or 2019289. OLE color: 2019289.

HSL color Cylindrical-coordinate representation of color #D9CF1E: hue angle of 56.79º degrees, saturation: 0.76, 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 #D9CF1E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 207 30 -
CMYK 0 0.05 0.86 0.15
HSL 56.79º 0.76% 0.48% -
HSV(B) 56.79º 0.86% 0.85% -
XYZ 51.16 59.47 10.01 -
YUV 189.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 217 207 30 0 0.05 0.86 0.15 56.79 0.76 0.48
Hex D9 CF 1E 0 5 56 F 39 4C 30
Octal 331 317 36 0 5 126 17 71 114 60
Binary 11011001 11001111 11110 0 101 1010110 1111 111001 1001100 110000

Color Harmonies of #D9CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF1E

Black with #D9CF1E

Text Example


Text Example

White with #D9CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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