Html Css Color HEX #D0C72B Barberry

📋 copy color: '#D0C72B'

red 208 ◦ green 199 ◦ blue 43

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

Shades of Barberry #D0C72B

Tints of Barberry #D0C72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 46.22%
G = 44.22%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C72B (or 0xD0C72B) is known color: Barberry. HEX triplet: D0, C7 and 2B. RGB value is (208,199,43). Sum of RGB (Red+Green+Blue) = 208+199+43=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C72B is #2F38D4. Grayscale: #B8B8B8. Windows color (decimal): -3094741 or 2869200. OLE color: 2869200.

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

Color convert

RGB 208 199 43 -
CMYK 0 0.04 0.79 0.18
HSL 56.73º 0.66% 0.49% -
HSV(B) 56.73º 0.79% 0.82% -
XYZ 46.87 54.43 10.32 -
YUV 183.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 208 199 43 0 0.04 0.79 0.18 56.73 0.66 0.49
Hex D0 C7 2B 0 4 4F 12 39 42 31
Octal 320 307 53 0 4 117 22 71 102 61
Binary 11010000 11000111 101011 0 100 1001111 10010 111001 1000010 110001

Color Harmonies of #D0C72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C72B

Black with #D0C72B

Text Example


Text Example

White with #D0C72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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