Html Css Color HEX #D4C72D Barberry

📋 copy color: '#D4C72D'

red 212 ◦ green 199 ◦ blue 45

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

Shades of Barberry #D4C72D

Tints of Barberry #D4C72D

RGB

 RED value IS 212 (83.2% from 255) = 46.49%

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

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 46.49%
G = 43.64%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4C72D (or 0xD4C72D) is known color: Barberry. HEX triplet: D4, C7 and 2D. RGB value is (212,199,45). Sum of RGB (Red+Green+Blue) = 212+199+45=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C72D is #2B38D2. Grayscale: #B9B9B9. Windows color (decimal): -2832595 or 3000276. OLE color: 3000276.

HSL color Cylindrical-coordinate representation of color #D4C72D: hue angle of 55.33º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4C72D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 199 45 -
CMYK 0 0.06 0.79 0.17
HSL 55.33º 0.66% 0.5% -
HSV(B) 55.33º 0.79% 0.83% -
XYZ 48.05 55.03 10.57 -
YUV 185.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 212 199 45 0 0.06 0.79 0.17 55.33 0.66 0.5
Hex D4 C7 2D 0 6 4F 11 37 42 32
Octal 324 307 55 0 6 117 21 67 102 62
Binary 11010100 11000111 101101 0 110 1001111 10001 110111 1000010 110010

Color Harmonies of #D4C72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C72D

Black with #D4C72D

Text Example


Text Example

White with #D4C72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C72D; }

 p { color: rgb(212,199,45); }

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

background-color css

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

 a { background-color: rgb(212,199,45); }

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

border-color css

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

 span { border-color: rgb(212,199,45); }

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