Html Css Color HEX #D0C12A Barberry

📋 copy color: '#D0C12A'

red 208 ◦ green 193 ◦ blue 42

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

Shades of Barberry #D0C12A

Tints of Barberry #D0C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 42 (16.8% from 255) = 9.48%

R = 46.95%
G = 43.57%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0C12A (or 0xD0C12A) is known color: Barberry. HEX triplet: D0, C1 and 2A. RGB value is (208,193,42). Sum of RGB (Red+Green+Blue) = 208+193+42=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C12A is #2F3ED5. Grayscale: #B4B4B4. Windows color (decimal): -3096278 or 2802128. OLE color: 2802128.

HSL color Cylindrical-coordinate representation of color #D0C12A: hue angle of 54.58º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0C12A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 42 -
CMYK 0 0.07 0.80 0.18
HSL 54.58º 0.66% 0.49% -
HSV(B) 54.58º 0.8% 0.82% -
XYZ 45.5 51.72 9.77 -
YUV 180.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 208 193 42 0 0.07 0.80 0.18 54.58 0.66 0.49
Hex D0 C1 2A 0 7 50 12 37 42 31
Octal 320 301 52 0 7 120 22 67 102 61
Binary 11010000 11000001 101010 0 111 1010000 10010 110111 1000010 110001

Color Harmonies of #D0C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C12A

Black with #D0C12A

Text Example


Text Example

White with #D0C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C12A; }

 p { color: rgb(208,193,42); }

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

background-color css

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

 a { background-color: rgb(208,193,42); }

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

border-color css

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

 span { border-color: rgb(208,193,42); }

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