Html Css Color HEX #D0C32C Barberry

📋 copy color: '#D0C32C'

red 208 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D0C32C

Tints of Barberry #D0C32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 46.53%
G = 43.62%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C32C (or 0xD0C32C) is known color: Barberry. HEX triplet: D0, C3 and 2C. RGB value is (208,195,44). Sum of RGB (Red+Green+Blue) = 208+195+44=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C32C is #2F3CD3. Grayscale: #B6B6B6. Windows color (decimal): -3095764 or 2933712. OLE color: 2933712.

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

Color convert

RGB 208 195 44 -
CMYK 0 0.06 0.79 0.18
HSL 55.24º 0.65% 0.49% -
HSV(B) 55.24º 0.79% 0.82% -
XYZ 45.98 52.62 10.12 -
YUV 181.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 208 195 44 0 0.06 0.79 0.18 55.24 0.65 0.49
Hex D0 C3 2C 0 6 4F 12 37 41 31
Octal 320 303 54 0 6 117 22 67 101 61
Binary 11010000 11000011 101100 0 110 1001111 10010 110111 1000001 110001

Color Harmonies of #D0C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C32C

Black with #D0C32C

Text Example


Text Example

White with #D0C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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