Html Css Color HEX #D0C926 Barberry

📋 copy color: '#D0C926'

red 208 ◦ green 201 ◦ blue 38

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

Shades of Barberry #D0C926

Tints of Barberry #D0C926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.5%

R = 46.53%
G = 44.97%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0C926 (or 0xD0C926) is known color: Barberry. HEX triplet: D0, C9 and 26. RGB value is (208,201,38). Sum of RGB (Red+Green+Blue) = 208+201+38=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C926 is #2F36D9. Grayscale: #B9B9B9. Windows color (decimal): -3094234 or 2542032. OLE color: 2542032.

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

Color convert

RGB 208 201 38 -
CMYK 0 0.03 0.82 0.18
HSL 57.53º 0.69% 0.48% -
HSV(B) 57.53º 0.82% 0.82% -
XYZ 47.25 55.32 10.02 -
YUV 184.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 208 201 38 0 0.03 0.82 0.18 57.53 0.69 0.48
Hex D0 C9 26 0 3 52 12 3A 45 30
Octal 320 311 46 0 3 122 22 72 105 60
Binary 11010000 11001001 100110 0 11 1010010 10010 111010 1000101 110000

Color Harmonies of #D0C926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C926

Black with #D0C926

Text Example


Text Example

White with #D0C926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C926; }

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

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

background-color css

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

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

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

border-color css

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

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

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