Html Css Color HEX #D0C91F Barberry

📋 copy color: '#D0C91F'

red 208 ◦ green 201 ◦ blue 31

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

Shades of Barberry #D0C91F

Tints of Barberry #D0C91F

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 47.27%
G = 45.68%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0C91F (or 0xD0C91F) is known color: Barberry. HEX triplet: D0, C9 and 1F. RGB value is (208,201,31). Sum of RGB (Red+Green+Blue) = 208+201+31=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C91F is #2F36E0. Grayscale: #B8B8B8. Windows color (decimal): -3094241 or 2083280. OLE color: 2083280.

HSL color Cylindrical-coordinate representation of color #D0C91F: hue angle of 57.63º 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 #D0C91F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 31 -
CMYK 0 0.03 0.85 0.18
HSL 57.63º 0.74% 0.47% -
HSV(B) 57.63º 0.85% 0.82% -
XYZ 47.15 55.28 9.48 -
YUV 183.71 41.82 145.32 -
System Red Green Blue C M Y K H S L
Decimal 208 201 31 0 0.03 0.85 0.18 57.63 0.74 0.47
Hex D0 C9 1F 0 3 55 12 3A 4A 2F
Octal 320 311 37 0 3 125 22 72 112 57
Binary 11010000 11001001 11111 0 11 1010101 10010 111010 1001010 101111

Color Harmonies of #D0C91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C91F

Black with #D0C91F

Text Example


Text Example

White with #D0C91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C91F; }

 p { color: rgb(208,201,31); }

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

background-color css

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

 a { background-color: rgb(208,201,31); }

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

border-color css

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

 span { border-color: rgb(208,201,31); }

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