Html Css Color HEX #D0C32E Barberry

📋 copy color: '#D0C32E'

red 208 ◦ green 195 ◦ blue 46

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

Shades of Barberry #D0C32E

Tints of Barberry #D0C32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 46.33%
G = 43.43%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0C32E (or 0xD0C32E) is known color: Barberry. HEX triplet: D0, C3 and 2E. RGB value is (208,195,46). Sum of RGB (Red+Green+Blue) = 208+195+46=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C32E is #2F3CD1. Grayscale: #B6B6B6. Windows color (decimal): -3095762 or 3064784. OLE color: 3064784.

HSL color Cylindrical-coordinate representation of color #D0C32E: hue angle of 55.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0C32E is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 46 -
CMYK 0 0.06 0.78 0.18
HSL 55.19º 0.64% 0.5% -
HSV(B) 55.19º 0.78% 0.82% -
XYZ 46.02 52.64 10.32 -
YUV 181.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 208 195 46 0 0.06 0.78 0.18 55.19 0.64 0.5
Hex D0 C3 2E 0 6 4E 12 37 40 32
Octal 320 303 56 0 6 116 22 67 100 62
Binary 11010000 11000011 101110 0 110 1001110 10010 110111 1000000 110010

Color Harmonies of #D0C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C32E

Black with #D0C32E

Text Example


Text Example

White with #D0C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C32E; }

 p { color: rgb(208,195,46); }

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

background-color css

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

 a { background-color: rgb(208,195,46); }

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

border-color css

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

 span { border-color: rgb(208,195,46); }

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