Html Css Color HEX #D0C927 Barberry

📋 copy color: '#D0C927'

red 208 ◦ green 201 ◦ blue 39

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

Shades of Barberry #D0C927

Tints of Barberry #D0C927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.71%

R = 46.43%
G = 44.87%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0C927 (or 0xD0C927) is known color: Barberry. HEX triplet: D0, C9 and 27. RGB value is (208,201,39). Sum of RGB (Red+Green+Blue) = 208+201+39=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C927 is #2F36D8. Grayscale: #B9B9B9. Windows color (decimal): -3094233 or 2607568. OLE color: 2607568.

HSL color Cylindrical-coordinate representation of color #D0C927: hue angle of 57.51º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0C927 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 39 -
CMYK 0 0.03 0.81 0.18
HSL 57.51º 0.68% 0.48% -
HSV(B) 57.51º 0.81% 0.82% -
XYZ 47.27 55.33 10.11 -
YUV 184.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 208 201 39 0 0.03 0.81 0.18 57.51 0.68 0.48
Hex D0 C9 27 0 3 51 12 3A 44 30
Octal 320 311 47 0 3 121 22 72 104 60
Binary 11010000 11001001 100111 0 11 1010001 10010 111010 1000100 110000

Color Harmonies of #D0C927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C927

Black with #D0C927

Text Example


Text Example

White with #D0C927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C927; }

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

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

background-color css

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

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

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

border-color css

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

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

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