Html Css Color HEX #D0C32B Barberry

📋 copy color: '#D0C32B'

red 208 ◦ green 195 ◦ blue 43

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

Shades of Barberry #D0C32B

Tints of Barberry #D0C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.64%

R = 46.64%
G = 43.72%
B = 9.64%

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

#D0C32B (or 0xD0C32B) is known color: Barberry. HEX triplet: D0, C3 and 2B. RGB value is (208,195,43). Sum of RGB (Red+Green+Blue) = 208+195+43=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C32B is #2F3CD4. Grayscale: #B6B6B6. Windows color (decimal): -3095765 or 2868176. OLE color: 2868176.

HSL color Cylindrical-coordinate representation of color #D0C32B: hue angle of 55.27º degrees, saturation: 0.66, 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 #D0C32B is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 43 -
CMYK 0 0.06 0.79 0.18
HSL 55.27º 0.66% 0.49% -
HSV(B) 55.27º 0.79% 0.82% -
XYZ 45.96 52.61 10.02 -
YUV 181.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 208 195 43 0 0.06 0.79 0.18 55.27 0.66 0.49
Hex D0 C3 2B 0 6 4F 12 37 42 31
Octal 320 303 53 0 6 117 22 67 102 61
Binary 11010000 11000011 101011 0 110 1001111 10010 110111 1000010 110001

Color Harmonies of #D0C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C32B

Black with #D0C32B

Text Example


Text Example

White with #D0C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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