Html Css Color HEX #D2CF1F Barberry

📋 copy color: '#D2CF1F'

red 210 ◦ green 207 ◦ blue 31

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

Shades of Barberry #D2CF1F

Tints of Barberry #D2CF1F

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

 GREEN value IS 207 (81.25% from 255) = 46.21%

 BLUE value IS 31 (12.5% from 255) = 6.92%

R = 46.88%
G = 46.21%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2CF1F (or 0xD2CF1F) is known color: Barberry. HEX triplet: D2, CF and 1F. RGB value is (210,207,31). Sum of RGB (Red+Green+Blue) = 210+207+31=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF1F is #2D30E0. Grayscale: #BCBCBC. Windows color (decimal): -2961633 or 2084818. OLE color: 2084818.

HSL color Cylindrical-coordinate representation of color #D2CF1F: hue angle of 58.99º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2CF1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 207 31 -
CMYK 0 0.01 0.85 0.18
HSL 58.99º 0.74% 0.47% -
HSV(B) 58.99º 0.85% 0.82% -
XYZ 49.14 58.43 9.98 -
YUV 187.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 210 207 31 0 0.01 0.85 0.18 58.99 0.74 0.47
Hex D2 CF 1F 0 1 55 12 3B 4A 2F
Octal 322 317 37 0 1 125 22 73 112 57
Binary 11010010 11001111 11111 0 1 1010101 10010 111011 1001010 101111

Color Harmonies of #D2CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF1F

Black with #D2CF1F

Text Example


Text Example

White with #D2CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF1F; }

 p { color: rgb(210,207,31); }

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

background-color css

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

 a { background-color: rgb(210,207,31); }

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

border-color css

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

 span { border-color: rgb(210,207,31); }

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