#CFD423

Color #CFD423 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CFD423

Tints of Barberry #CFD423

Color information

#CFD423 (or 0xCFD423) is unknown color: approx Barberry. HEX triplet: CF, D4 and 23. RGB value is (207,212,35). Sum of RGB (Red+Green+Blue) = 207+212+35=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD423 is #302BDC. Grayscale: #BFBFBF. Windows color (decimal): -3156957 or 2348239. OLE color: 2348239.

HSL color Cylindrical-coordinate representation of color #CFD423: hue angle of 61.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFD423 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB20721235-
CMYK0.0200.830.17
HSL61.69º71.66%48.43%-
HSV(B)61.69º83.49%83.14%-
XYZ49.5860.4710.65-
YUV190.3340.34139.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 35 (14.06% from 255) = 7.71%
R=45.59%
G=46.70%
B=7.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207212350.0200.830.1761.6971.6648.43
HexCFD4232053113e4830
Octal3173244320123217611060
Binary11001111110101001000111001010011100011111101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD423; }

 p { color: rgb(207,212,35); }

 H1.HeaderClassName
 {
   color: #CFD423;
 }
 .AnyTagClassName
 {
   color: #CFD423;
 }
</style>
background-color css

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

 a { background-color: rgb(207,212,35); }

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

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

 span { border-color: rgb(207,212,35); }

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